#CC4975
A medium, moderate magenta closely aligning with Palevioletred.
About #CC4975
Visually, #CC4975 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 204 red, 73 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 64% magenta, 43% yellow, and 20% black. With a hue angle of 339.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC4975
RGB204, 73, 117
HSL339.8°, 56.2%, 54.3%
CMYK0%, 64%, 43%, 20%
HSV339.8°, 64.2%, 80.0%
LAB50.6, 55.4, 3.2
XYZ30.5, 18.9, 18.9
Decimal13388149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4975;
}
.text-color {
color: #CC4975;
}
.border-color {
border: 2px solid #CC4975;
}