#CC507C
A medium, moderate magenta closely aligning with Palevioletred.
About #CC507C
At its core, #CC507C is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 204 red, 80 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 61% magenta, 39% yellow, and 20% black. With a hue angle of 338.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC507C
RGB204, 80, 124
HSL338.7°, 54.9%, 55.7%
CMYK0%, 61%, 39%, 20%
HSV338.7°, 60.8%, 80.0%
LAB51.9, 53.1, 1.0
XYZ31.4, 20.0, 21.3
Decimal13389948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC507C;
}
.text-color {
color: #CC507C;
}
.border-color {
border: 2px solid #CC507C;
}