Shades of Medium Violet Red #C91EAB
Tints of Medium Violet Red #C91EAB
RGB
CMYK
RGB Variations
Color information
#C91EAB (or 0xC91EAB) is known color: Medium Violet Red. HEX triplet: C9, 1E and AB. RGB value is (201,30,171). Sum of RGB (Red+Green+Blue) = 201+30+171=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EAB is #36E154. Grayscale: #606060. Windows color (decimal): -3596629 or 11214537. OLE color: 11214537.
HSL color Cylindrical-coordinate representation of color #C91EAB: hue angle of 310.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91EAB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 171 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.21 |
| HSL | 310.53º | 0.74% | 0.45% | - |
| HSV(B) | 310.53º | 0.85% | 0.79% | - |
| XYZ | 31.9 | 16.29 | 39.99 | - |
| YUV | 97.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 171 | 0 | 0.85 | 0.15 | 0.21 | 310.53 | 0.74 | 0.45 |
| Hex | C9 | 1E | AB | 0 | 55 | F | 15 | 137 | 4A | 2D |
| Octal | 311 | 36 | 253 | 0 | 125 | 17 | 25 | 467 | 112 | 55 |
| Binary | 11001001 | 11110 | 10101011 | 0 | 1010101 | 1111 | 10101 | 100110111 | 1001010 | 101101 |
Color Harmonies of #C91EAB
Complementary color
Monochromatic Colors of #C91EAB
Black with #C91EAB
Text Example
Text Example
White with #C91EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EAB; }
p { color: rgb(201,30,171); }
H1.HeaderClassName
{
color: #C91EAB;
}
.AnyTagClassName
{
color: #C91EAB;
}
</style>
background-color css
<style>
a { background-color: #C91EAB; }
a { background-color: rgb(201,30,171); }
div.DivClassName
{
background-color: #C91EAB;
}
.BgClassName
{
background-color: #C91EAB;
}
</style>
border-color css
<style>
span { border-color: #C91EAB; }
span { border-color: rgb(201,30,171); }
td.TdClassName
{
border-color: #C91EAB;
}
.TagClassName
{
border-color: #C91EAB;
}
</style>