Shades of Medium Violet Red #C91EA1
Tints of Medium Violet Red #C91EA1
RGB
CMYK
RGB Variations
Color information
#C91EA1 (or 0xC91EA1) is known color: Medium Violet Red. HEX triplet: C9, 1E and A1. RGB value is (201,30,161). Sum of RGB (Red+Green+Blue) = 201+30+161=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EA1 is #36E15E. Grayscale: #5F5F5F. Windows color (decimal): -3596639 or 10559177. OLE color: 10559177.
HSL color Cylindrical-coordinate representation of color #C91EA1: hue angle of 314.04º 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 #C91EA1 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 161 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.21 |
| HSL | 314.04º | 0.74% | 0.45% | - |
| HSV(B) | 314.04º | 0.85% | 0.79% | - |
| XYZ | 30.98 | 15.92 | 35.16 | - |
| YUV | 96.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 161 | 0 | 0.85 | 0.20 | 0.21 | 314.04 | 0.74 | 0.45 |
| Hex | C9 | 1E | A1 | 0 | 55 | 14 | 15 | 13A | 4A | 2D |
| Octal | 311 | 36 | 241 | 0 | 125 | 24 | 25 | 472 | 112 | 55 |
| Binary | 11001001 | 11110 | 10100001 | 0 | 1010101 | 10100 | 10101 | 100111010 | 1001010 | 101101 |
Color Harmonies of #C91EA1
Complementary color
Monochromatic Colors of #C91EA1
Black with #C91EA1
Text Example
Text Example
White with #C91EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EA1; }
p { color: rgb(201,30,161); }
H1.HeaderClassName
{
color: #C91EA1;
}
.AnyTagClassName
{
color: #C91EA1;
}
</style>
background-color css
<style>
a { background-color: #C91EA1; }
a { background-color: rgb(201,30,161); }
div.DivClassName
{
background-color: #C91EA1;
}
.BgClassName
{
background-color: #C91EA1;
}
</style>
border-color css
<style>
span { border-color: #C91EA1; }
span { border-color: rgb(201,30,161); }
td.TdClassName
{
border-color: #C91EA1;
}
.TagClassName
{
border-color: #C91EA1;
}
</style>