Shades of Medium Violet Red #C80EA4
Tints of Medium Violet Red #C80EA4
RGB
CMYK
RGB Variations
Color information
#C80EA4 (or 0xC80EA4) is known color: Medium Violet Red. HEX triplet: C8, 0E and A4. RGB value is (200,14,164). Sum of RGB (Red+Green+Blue) = 200+14+164=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EA4 is #37F15B. Grayscale: #565656. Windows color (decimal): -3666268 or 10751688. OLE color: 10751688.
HSL color Cylindrical-coordinate representation of color #C80EA4: hue angle of 311.61º 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 #C80EA4 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 164 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.22 |
| HSL | 311.61º | 0.87% | 0.42% | - |
| HSV(B) | 311.61º | 0.93% | 0.78% | - |
| XYZ | 30.68 | 15.27 | 36.45 | - |
| YUV | 86.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 164 | 0 | 0.93 | 0.18 | 0.22 | 311.61 | 0.87 | 0.42 |
| Hex | C8 | E | A4 | 0 | 5D | 12 | 16 | 138 | 57 | 2A |
| Octal | 310 | 16 | 244 | 0 | 135 | 22 | 26 | 470 | 127 | 52 |
| Binary | 11001000 | 1110 | 10100100 | 0 | 1011101 | 10010 | 10110 | 100111000 | 1010111 | 101010 |
Color Harmonies of #C80EA4
Complementary color
Monochromatic Colors of #C80EA4
Black with #C80EA4
Text Example
Text Example
White with #C80EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80EA4; }
p { color: rgb(200,14,164); }
H1.HeaderClassName
{
color: #C80EA4;
}
.AnyTagClassName
{
color: #C80EA4;
}
</style>
background-color css
<style>
a { background-color: #C80EA4; }
a { background-color: rgb(200,14,164); }
div.DivClassName
{
background-color: #C80EA4;
}
.BgClassName
{
background-color: #C80EA4;
}
</style>
border-color css
<style>
span { border-color: #C80EA4; }
span { border-color: rgb(200,14,164); }
td.TdClassName
{
border-color: #C80EA4;
}
.TagClassName
{
border-color: #C80EA4;
}
</style>