Shades of Medium Violet Red #C80E9D
Tints of Medium Violet Red #C80E9D
RGB
CMYK
RGB Variations
Color information
#C80E9D (or 0xC80E9D) is known color: Medium Violet Red. HEX triplet: C8, 0E and 9D. RGB value is (200,14,157). Sum of RGB (Red+Green+Blue) = 200+14+157=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80E9D is #37F162. Grayscale: #555555. Windows color (decimal): -3666275 or 10292936. OLE color: 10292936.
HSL color Cylindrical-coordinate representation of color #C80E9D: hue angle of 313.87º 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 #C80E9D is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 157 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.22 |
| HSL | 313.87º | 0.87% | 0.42% | - |
| HSV(B) | 313.87º | 0.93% | 0.78% | - |
| XYZ | 30.06 | 15.03 | 33.21 | - |
| YUV | 85.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 157 | 0 | 0.93 | 0.22 | 0.22 | 313.87 | 0.87 | 0.42 |
| Hex | C8 | E | 9D | 0 | 5D | 16 | 16 | 13A | 57 | 2A |
| Octal | 310 | 16 | 235 | 0 | 135 | 26 | 26 | 472 | 127 | 52 |
| Binary | 11001000 | 1110 | 10011101 | 0 | 1011101 | 10110 | 10110 | 100111010 | 1010111 | 101010 |
Color Harmonies of #C80E9D
Complementary color
Monochromatic Colors of #C80E9D
Black with #C80E9D
Text Example
Text Example
White with #C80E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E9D; }
p { color: rgb(200,14,157); }
H1.HeaderClassName
{
color: #C80E9D;
}
.AnyTagClassName
{
color: #C80E9D;
}
</style>
background-color css
<style>
a { background-color: #C80E9D; }
a { background-color: rgb(200,14,157); }
div.DivClassName
{
background-color: #C80E9D;
}
.BgClassName
{
background-color: #C80E9D;
}
</style>
border-color css
<style>
span { border-color: #C80E9D; }
span { border-color: rgb(200,14,157); }
td.TdClassName
{
border-color: #C80E9D;
}
.TagClassName
{
border-color: #C80E9D;
}
</style>