Shades of Medium Violet Red #C91EAA
Tints of Medium Violet Red #C91EAA
RGB
CMYK
RGB Variations
Color information
#C91EAA (or 0xC91EAA) is known color: Medium Violet Red. HEX triplet: C9, 1E and AA. RGB value is (201,30,170). Sum of RGB (Red+Green+Blue) = 201+30+170=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EAA is #36E155. Grayscale: #606060. Windows color (decimal): -3596630 or 11149001. OLE color: 11149001.
HSL color Cylindrical-coordinate representation of color #C91EAA: hue angle of 310.88º 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 #C91EAA is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 170 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.21 |
| HSL | 310.88º | 0.74% | 0.45% | - |
| HSV(B) | 310.88º | 0.85% | 0.79% | - |
| XYZ | 31.81 | 16.25 | 39.49 | - |
| YUV | 97.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 170 | 0 | 0.85 | 0.15 | 0.21 | 310.88 | 0.74 | 0.45 |
| Hex | C9 | 1E | AA | 0 | 55 | F | 15 | 137 | 4A | 2D |
| Octal | 311 | 36 | 252 | 0 | 125 | 17 | 25 | 467 | 112 | 55 |
| Binary | 11001001 | 11110 | 10101010 | 0 | 1010101 | 1111 | 10101 | 100110111 | 1001010 | 101101 |
Color Harmonies of #C91EAA
Complementary color
Monochromatic Colors of #C91EAA
Black with #C91EAA
Text Example
Text Example
White with #C91EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EAA; }
p { color: rgb(201,30,170); }
H1.HeaderClassName
{
color: #C91EAA;
}
.AnyTagClassName
{
color: #C91EAA;
}
</style>
background-color css
<style>
a { background-color: #C91EAA; }
a { background-color: rgb(201,30,170); }
div.DivClassName
{
background-color: #C91EAA;
}
.BgClassName
{
background-color: #C91EAA;
}
</style>
border-color css
<style>
span { border-color: #C91EAA; }
span { border-color: rgb(201,30,170); }
td.TdClassName
{
border-color: #C91EAA;
}
.TagClassName
{
border-color: #C91EAA;
}
</style>