#CC3A50
A medium, moderate red closely aligning with Indianred.
About #CC3A50
When working with digital screens, the color #CC3A50 is rendered by mixing light. Its closest recognized web color is Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 58, and 80.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 72% magenta, 61% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC3A50
RGB204, 58, 80
HSL351.0°, 58.9%, 51.4%
CMYK0%, 72%, 61%, 20%
HSV351.0°, 71.6%, 80.0%
LAB47.5, 58.2, 21.5
XYZ27.9, 16.4, 9.3
Decimal13384272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.90:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A50;
}
.text-color {
color: #CC3A50;
}
.border-color {
border: 2px solid #CC3A50;
}