#CC335F
A medium, moderate magenta closely aligning with Indianred.
About #CC335F
Visually, #CC335F is defined as a moderate magenta. Designers often compare it to the standard color Indianred. Its digital footprint relies on 204 parts red, 51 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 75% M, 53% Y, and 20% K. With a hue angle of 342.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC335F
RGB204, 51, 95
HSL342.7°, 60.0%, 50.0%
CMYK0%, 75%, 53%, 20%
HSV342.7°, 75.0%, 80.0%
LAB47.0, 61.7, 11.6
XYZ28.2, 16.0, 12.4
Decimal13382495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC335F;
}
.text-color {
color: #CC335F;
}
.border-color {
border: 2px solid #CC335F;
}