#CC0049
A medium, vivid magenta closely aligning with Crimson.
About #CC0049
At its core, #CC0049 is a medium and vivid hue. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(204, 0, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 64% Y, and 20% K. With a hue angle of 338.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0049
RGB204, 0, 73
HSL338.5°, 100.0%, 40.0%
CMYK0%, 100%, 64%, 20%
HSV338.5°, 100.0%, 80.0%
LAB43.2, 69.7, 20.2
XYZ26.1, 13.3, 7.5
Decimal13369417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.73:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0049;
}
.text-color {
color: #CC0049;
}
.border-color {
border: 2px solid #CC0049;
}