#CC4983
A medium, moderate magenta closely aligning with Palevioletred.
About #CC4983
Visually, #CC4983 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(204, 73, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 64% M, 36% Y, and 20% K. With a hue angle of 333.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC4983
RGB204, 73, 131
HSL333.4°, 56.2%, 54.3%
CMYK0%, 64%, 36%, 20%
HSV333.4°, 64.2%, 80.0%
LAB51.0, 56.9, -4.6
XYZ31.4, 19.2, 23.5
Decimal13388163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4983;
}
.text-color {
color: #CC4983;
}
.border-color {
border: 2px solid #CC4983;
}