#CC75A0
A light, moderate magenta closely aligning with Palevioletred.
About #CC75A0
The hex code #CC75A0 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(204, 117, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 43% magenta, 22% yellow, and 20% black. With a hue angle of 330.3 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#CC75A0
RGB204, 117, 160
HSL330.3°, 46.0%, 62.9%
CMYK0%, 43%, 22%, 20%
HSV330.3°, 42.6%, 80.0%
LAB60.0, 39.6, -8.2
XYZ37.6, 28.1, 36.7
Decimal13399456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.62:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC75A0;
}
.text-color {
color: #CC75A0;
}
.border-color {
border: 2px solid #CC75A0;
}