Shades of Medium Violet Red #C90EA2
Tints of Medium Violet Red #C90EA2
RGB
CMYK
RGB Variations
Color information
#C90EA2 (or 0xC90EA2) is known color: Medium Violet Red. HEX triplet: C9, 0E and A2. RGB value is (201,14,162). Sum of RGB (Red+Green+Blue) = 201+14+162=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90EA2 is #36F15D. Grayscale: #565656. Windows color (decimal): -3600734 or 10620617. OLE color: 10620617.
HSL color Cylindrical-coordinate representation of color #C90EA2: hue angle of 312.51º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90EA2 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 162 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.21 |
| HSL | 312.51º | 0.87% | 0.42% | - |
| HSV(B) | 312.51º | 0.93% | 0.79% | - |
| XYZ | 30.77 | 15.34 | 35.52 | - |
| YUV | 86.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 162 | 0 | 0.93 | 0.19 | 0.21 | 312.51 | 0.87 | 0.42 |
| Hex | C9 | E | A2 | 0 | 5D | 13 | 15 | 139 | 57 | 2A |
| Octal | 311 | 16 | 242 | 0 | 135 | 23 | 25 | 471 | 127 | 52 |
| Binary | 11001001 | 1110 | 10100010 | 0 | 1011101 | 10011 | 10101 | 100111001 | 1010111 | 101010 |
Color Harmonies of #C90EA2
Complementary color
Monochromatic Colors of #C90EA2
Black with #C90EA2
Text Example
Text Example
White with #C90EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EA2; }
p { color: rgb(201,14,162); }
H1.HeaderClassName
{
color: #C90EA2;
}
.AnyTagClassName
{
color: #C90EA2;
}
</style>
background-color css
<style>
a { background-color: #C90EA2; }
a { background-color: rgb(201,14,162); }
div.DivClassName
{
background-color: #C90EA2;
}
.BgClassName
{
background-color: #C90EA2;
}
</style>
border-color css
<style>
span { border-color: #C90EA2; }
span { border-color: rgb(201,14,162); }
td.TdClassName
{
border-color: #C90EA2;
}
.TagClassName
{
border-color: #C90EA2;
}
</style>