Shades of Medium Violet Red #C80E9A
Tints of Medium Violet Red #C80E9A
RGB
CMYK
RGB Variations
Color information
#C80E9A (or 0xC80E9A) is known color: Medium Violet Red. HEX triplet: C8, 0E and 9A. RGB value is (200,14,154). Sum of RGB (Red+Green+Blue) = 200+14+154=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80E9A is #37F165. Grayscale: #555555. Windows color (decimal): -3666278 or 10096328. OLE color: 10096328.
HSL color Cylindrical-coordinate representation of color #C80E9A: hue angle of 314.84º 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 #C80E9A is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 154 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.22 |
| HSL | 314.84º | 0.87% | 0.42% | - |
| HSV(B) | 314.84º | 0.93% | 0.78% | - |
| XYZ | 29.81 | 14.93 | 31.88 | - |
| YUV | 85.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 154 | 0 | 0.93 | 0.23 | 0.22 | 314.84 | 0.87 | 0.42 |
| Hex | C8 | E | 9A | 0 | 5D | 17 | 16 | 13B | 57 | 2A |
| Octal | 310 | 16 | 232 | 0 | 135 | 27 | 26 | 473 | 127 | 52 |
| Binary | 11001000 | 1110 | 10011010 | 0 | 1011101 | 10111 | 10110 | 100111011 | 1010111 | 101010 |
Color Harmonies of #C80E9A
Complementary color
Monochromatic Colors of #C80E9A
Black with #C80E9A
Text Example
Text Example
White with #C80E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E9A; }
p { color: rgb(200,14,154); }
H1.HeaderClassName
{
color: #C80E9A;
}
.AnyTagClassName
{
color: #C80E9A;
}
</style>
background-color css
<style>
a { background-color: #C80E9A; }
a { background-color: rgb(200,14,154); }
div.DivClassName
{
background-color: #C80E9A;
}
.BgClassName
{
background-color: #C80E9A;
}
</style>
border-color css
<style>
span { border-color: #C80E9A; }
span { border-color: rgb(200,14,154); }
td.TdClassName
{
border-color: #C80E9A;
}
.TagClassName
{
border-color: #C80E9A;
}
</style>