Shades of Medium Violet Red #C91EAC
Tints of Medium Violet Red #C91EAC
RGB
CMYK
RGB Variations
Color information
#C91EAC (or 0xC91EAC) is known color: Medium Violet Red. HEX triplet: C9, 1E and AC. RGB value is (201,30,172). Sum of RGB (Red+Green+Blue) = 201+30+172=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EAC is #36E153. Grayscale: #606060. Windows color (decimal): -3596628 or 11280073. OLE color: 11280073.
HSL color Cylindrical-coordinate representation of color #C91EAC: hue angle of 310.18º 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 #C91EAC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 172 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.21 |
| HSL | 310.18º | 0.74% | 0.45% | - |
| HSV(B) | 310.18º | 0.85% | 0.79% | - |
| XYZ | 32 | 16.32 | 40.49 | - |
| YUV | 97.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 172 | 0 | 0.85 | 0.14 | 0.21 | 310.18 | 0.74 | 0.45 |
| Hex | C9 | 1E | AC | 0 | 55 | E | 15 | 136 | 4A | 2D |
| Octal | 311 | 36 | 254 | 0 | 125 | 16 | 25 | 466 | 112 | 55 |
| Binary | 11001001 | 11110 | 10101100 | 0 | 1010101 | 1110 | 10101 | 100110110 | 1001010 | 101101 |
Color Harmonies of #C91EAC
Complementary color
Monochromatic Colors of #C91EAC
Black with #C91EAC
Text Example
Text Example
White with #C91EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EAC; }
p { color: rgb(201,30,172); }
H1.HeaderClassName
{
color: #C91EAC;
}
.AnyTagClassName
{
color: #C91EAC;
}
</style>
background-color css
<style>
a { background-color: #C91EAC; }
a { background-color: rgb(201,30,172); }
div.DivClassName
{
background-color: #C91EAC;
}
.BgClassName
{
background-color: #C91EAC;
}
</style>
border-color css
<style>
span { border-color: #C91EAC; }
span { border-color: rgb(201,30,172); }
td.TdClassName
{
border-color: #C91EAC;
}
.TagClassName
{
border-color: #C91EAC;
}
</style>