#CC1D49
A medium, vivid magenta closely aligning with Crimson.
About #CC1D49
When working with digital screens, the color #CC1D49 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(204, 29, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 86% M, 64% Y, and 20% K. The HSL representation is 344.9° hue, 75.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC1D49
RGB204, 29, 73
HSL344.9°, 75.1%, 45.7%
CMYK0%, 86%, 64%, 20%
HSV344.9°, 85.8%, 80.0%
LAB44.5, 66.0, 21.8
XYZ26.5, 14.2, 7.6
Decimal13376841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D49;
}
.text-color {
color: #CC1D49;
}
.border-color {
border: 2px solid #CC1D49;
}