#CC3366
A medium, moderate magenta closely aligning with Palevioletred.
About #CC3366
The precise color #CC3366 is an excellent choice for modern design projects. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(204, 51, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 75% magenta, 50% yellow, and 20% black. The HSL representation is 340.0° hue, 60.0% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3366
RGB204, 51, 102
HSL340.0°, 60.0%, 50.0%
CMYK0%, 75%, 50%, 20%
HSV340.0°, 75.0%, 80.0%
LAB47.2, 62.2, 7.5
XYZ28.5, 16.2, 14.2
Decimal13382502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3366;
}
.text-color {
color: #CC3366;
}
.border-color {
border: 2px solid #CC3366;
}