#995075
A medium, moderate magenta closely aligning with Palevioletred.
About #995075
Visually, #995075 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(153, 80, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 48% Magenta, 24% Yellow, and 40% Black. The HSL representation is 329.6° hue, 31.3% saturation, and 45.7% 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#995075
RGB153, 80, 117
HSL329.6°, 31.3%, 45.7%
CMYK0%, 48%, 24%, 40%
HSV329.6°, 47.7%, 60.0%
LAB43.9, 35.1, -7.4
XYZ19.2, 13.8, 18.5
Decimal10047605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.59:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995075;
}
.text-color {
color: #995075;
}
.border-color {
border: 2px solid #995075;
}