Shades of Medium Violet Red #C91EA4
Tints of Medium Violet Red #C91EA4
RGB
CMYK
RGB Variations
Color information
#C91EA4 (or 0xC91EA4) is known color: Medium Violet Red. HEX triplet: C9, 1E and A4. RGB value is (201,30,164). Sum of RGB (Red+Green+Blue) = 201+30+164=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91EA4 is #36E15B. Grayscale: #606060. Windows color (decimal): -3596636 or 10755785. OLE color: 10755785.
HSL color Cylindrical-coordinate representation of color #C91EA4: hue angle of 312.98º 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 #C91EA4 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 164 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.21 |
| HSL | 312.98º | 0.74% | 0.45% | - |
| HSV(B) | 312.98º | 0.85% | 0.79% | - |
| XYZ | 31.25 | 16.03 | 36.57 | - |
| YUV | 96.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 164 | 0 | 0.85 | 0.18 | 0.21 | 312.98 | 0.74 | 0.45 |
| Hex | C9 | 1E | A4 | 0 | 55 | 12 | 15 | 139 | 4A | 2D |
| Octal | 311 | 36 | 244 | 0 | 125 | 22 | 25 | 471 | 112 | 55 |
| Binary | 11001001 | 11110 | 10100100 | 0 | 1010101 | 10010 | 10101 | 100111001 | 1001010 | 101101 |
Color Harmonies of #C91EA4
Complementary color
Monochromatic Colors of #C91EA4
Black with #C91EA4
Text Example
Text Example
White with #C91EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EA4; }
p { color: rgb(201,30,164); }
H1.HeaderClassName
{
color: #C91EA4;
}
.AnyTagClassName
{
color: #C91EA4;
}
</style>
background-color css
<style>
a { background-color: #C91EA4; }
a { background-color: rgb(201,30,164); }
div.DivClassName
{
background-color: #C91EA4;
}
.BgClassName
{
background-color: #C91EA4;
}
</style>
border-color css
<style>
span { border-color: #C91EA4; }
span { border-color: rgb(201,30,164); }
td.TdClassName
{
border-color: #C91EA4;
}
.TagClassName
{
border-color: #C91EA4;
}
</style>