Shades of Medium Violet Red #C80EA7
Tints of Medium Violet Red #C80EA7
RGB
CMYK
RGB Variations
Color information
#C80EA7 (or 0xC80EA7) is known color: Medium Violet Red. HEX triplet: C8, 0E and A7. RGB value is (200,14,167). Sum of RGB (Red+Green+Blue) = 200+14+167=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EA7 is #37F158. Grayscale: #565656. Windows color (decimal): -3666265 or 10948296. OLE color: 10948296.
HSL color Cylindrical-coordinate representation of color #C80EA7: hue angle of 310.65º 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 #C80EA7 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 167 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.22 |
| HSL | 310.65º | 0.87% | 0.42% | - |
| HSV(B) | 310.65º | 0.93% | 0.78% | - |
| XYZ | 30.95 | 15.38 | 37.9 | - |
| YUV | 87.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 167 | 0 | 0.93 | 0.16 | 0.22 | 310.65 | 0.87 | 0.42 |
| Hex | C8 | E | A7 | 0 | 5D | 10 | 16 | 137 | 57 | 2A |
| Octal | 310 | 16 | 247 | 0 | 135 | 20 | 26 | 467 | 127 | 52 |
| Binary | 11001000 | 1110 | 10100111 | 0 | 1011101 | 10000 | 10110 | 100110111 | 1010111 | 101010 |
Color Harmonies of #C80EA7
Complementary color
Monochromatic Colors of #C80EA7
Black with #C80EA7
Text Example
Text Example
White with #C80EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EA7; }
p { color: rgb(200,14,167); }
H1.HeaderClassName
{
color: #C80EA7;
}
.AnyTagClassName
{
color: #C80EA7;
}
</style>
background-color css
<style>
a { background-color: #C80EA7; }
a { background-color: rgb(200,14,167); }
div.DivClassName
{
background-color: #C80EA7;
}
.BgClassName
{
background-color: #C80EA7;
}
</style>
border-color css
<style>
span { border-color: #C80EA7; }
span { border-color: rgb(200,14,167); }
td.TdClassName
{
border-color: #C80EA7;
}
.TagClassName
{
border-color: #C80EA7;
}
</style>