#CC3A83
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC3A83
The precise color #CC3A83 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 58, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 72% magenta, 36% yellow, and 20% black. The HSL representation is 330.0° hue, 58.9% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. 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#CC3A83
RGB204, 58, 131
HSL330.0°, 58.9%, 51.4%
CMYK0%, 72%, 36%, 20%
HSV330.0°, 71.6%, 80.0%
LAB48.9, 62.7, -7.7
XYZ30.5, 17.5, 23.2
Decimal13384323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A83;
}
.text-color {
color: #CC3A83;
}
.border-color {
border: 2px solid #CC3A83;
}