#CC506D
A medium, moderate red closely aligning with Palevioletred.
About #CC506D
Visually, #CC506D is defined as a moderate red. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(204, 80, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 61% Magenta, 47% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 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#CC506D
RGB204, 80, 109
HSL346.0°, 54.9%, 55.7%
CMYK0%, 61%, 47%, 20%
HSV346.0°, 60.8%, 80.0%
LAB51.5, 51.6, 9.4
XYZ30.5, 19.7, 16.7
Decimal13389933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC506D;
}
.text-color {
color: #CC506D;
}
.border-color {
border: 2px solid #CC506D;
}