#CC0F42
A medium, vivid magenta closely aligning with Crimson.
About #CC0F42
At its core, #CC0F42 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(204, 15, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 93% magenta, 68% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0F42
RGB204, 15, 66
HSL343.8°, 86.3%, 42.9%
CMYK0%, 93%, 68%, 20%
HSV343.8°, 92.6%, 80.0%
LAB43.6, 67.9, 25.0
XYZ26.1, 13.6, 6.4
Decimal13373250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.65:1
Text on #FFFFFF
AA
3.71:1
Text on #000000
AA Large
5.40:1
Text on #F8FAFC
AA
3.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F42;
}
.text-color {
color: #CC0F42;
}
.border-color {
border: 2px solid #CC0F42;
}