Shades of Medium Violet Red #C80EA0
Tints of Medium Violet Red #C80EA0
RGB
CMYK
RGB Variations
Color information
#C80EA0 (or 0xC80EA0) is known color: Medium Violet Red. HEX triplet: C8, 0E and A0. RGB value is (200,14,160). Sum of RGB (Red+Green+Blue) = 200+14+160=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EA0 is #37F15F. Grayscale: #555555. Windows color (decimal): -3666272 or 10489544. OLE color: 10489544.
HSL color Cylindrical-coordinate representation of color #C80EA0: hue angle of 312.9º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 160 | - |
| CMYK | 0 | 0.93 | 0.2 | 0.22 |
| HSL | 312.9º | 0.87% | 0.42% | - |
| HSV(B) | 312.9º | 0.93% | 0.78% | - |
| XYZ | 30.32 | 15.13 | 34.58 | - |
| YUV | 86.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 160 | 0 | 0.93 | 0.2 | 0.22 | 312.9 | 0.87 | 0.42 |
| Hex | C8 | E | A0 | 0 | 5D | 14 | 16 | 139 | 57 | 2A |
| Octal | 310 | 16 | 240 | 0 | 135 | 24 | 26 | 471 | 127 | 52 |
| Binary | 11001000 | 1110 | 10100000 | 0 | 1011101 | 10100 | 10110 | 100111001 | 1010111 | 101010 |
Color Harmonies of #C80EA0
Complementary color
Monochromatic Colors of #C80EA0
Black with #C80EA0
Text Example
Text Example
White with #C80EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EA0; }
p { color: rgb(200,14,160); }
H1.HeaderClassName
{
color: #C80EA0;
}
.AnyTagClassName
{
color: #C80EA0;
}
</style>
background-color css
<style>
a { background-color: #C80EA0; }
a { background-color: rgb(200,14,160); }
div.DivClassName
{
background-color: #C80EA0;
}
.BgClassName
{
background-color: #C80EA0;
}
</style>
border-color css
<style>
span { border-color: #C80EA0; }
span { border-color: rgb(200,14,160); }
td.TdClassName
{
border-color: #C80EA0;
}
.TagClassName
{
border-color: #C80EA0;
}
</style>