#992C5F
A dark, moderate magenta closely aligning with Palevioletred.
About #992C5F
When working with digital screens, the color #992C5F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(153, 44, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 71% Magenta, 38% Yellow, and 40% Black. With a hue angle of 331.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#992C5F
RGB153, 44, 95
HSL331.9°, 55.3%, 38.6%
CMYK0%, 71%, 38%, 40%
HSV331.9°, 71.2%, 60.0%
LAB36.7, 49.3, -4.4
XYZ16.1, 9.4, 11.8
Decimal10038367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.29:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.97:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992C5F;
}
.text-color {
color: #992C5F;
}
.border-color {
border: 2px solid #992C5F;
}