#99427C
A medium, moderate magenta closely aligning with Palevioletred.
About #99427C
When working with digital screens, the color #99427C is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(153, 66, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 57% magenta, 19% yellow, and 40% black. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99427C
RGB153, 66, 124
HSL320.0°, 39.7%, 42.9%
CMYK0%, 57%, 19%, 40%
HSV320.0°, 56.9%, 60.0%
LAB41.4, 43.5, -15.5
XYZ18.7, 12.1, 20.4
Decimal10044028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99427C;
}
.text-color {
color: #99427C;
}
.border-color {
border: 2px solid #99427C;
}