#CC5050
A medium, moderate red closely aligning with Indianred.
About #CC5050
When working with digital screens, the color #CC5050 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 204 red, 80 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 61% M, 61% Y, and 20% K. The HSL representation is 0.0° hue, 54.9% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC5050
RGB204, 80, 80
HSL0.0°, 54.9%, 55.7%
CMYK0%, 61%, 61%, 20%
HSV0.0°, 60.8%, 80.0%
LAB50.9, 49.2, 25.8
XYZ29.2, 19.2, 9.7
Decimal13389904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5050;
}
.text-color {
color: #CC5050;
}
.border-color {
border: 2px solid #CC5050;
}