Shades of Medium Violet Red #C00EA8
Tints of Medium Violet Red #C00EA8
RGB
CMYK
RGB Variations
Color information
#C00EA8 (or 0xC00EA8) is known color: Medium Violet Red. HEX triplet: C0, 0E and A8. RGB value is (192,14,168). Sum of RGB (Red+Green+Blue) = 192+14+168=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EA8 is #3FF157. Grayscale: #545454. Windows color (decimal): -4190552 or 11013824. OLE color: 11013824.
HSL color Cylindrical-coordinate representation of color #C00EA8: hue angle of 308.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 168 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.25 |
| HSL | 308.09º | 0.86% | 0.4% | - |
| HSV(B) | 308.09º | 0.93% | 0.75% | - |
| XYZ | 28.96 | 14.35 | 38.29 | - |
| YUV | 84.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 168 | 0 | 0.93 | 0.12 | 0.25 | 308.09 | 0.86 | 0.4 |
| Hex | C0 | E | A8 | 0 | 5D | C | 19 | 134 | 56 | 28 |
| Octal | 300 | 16 | 250 | 0 | 135 | 14 | 31 | 464 | 126 | 50 |
| Binary | 11000000 | 1110 | 10101000 | 0 | 1011101 | 1100 | 11001 | 100110100 | 1010110 | 101000 |
Color Harmonies of #C00EA8
Complementary color
Monochromatic Colors of #C00EA8
Black with #C00EA8
Text Example
Text Example
White with #C00EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EA8; }
p { color: rgb(192,14,168); }
H1.HeaderClassName
{
color: #C00EA8;
}
.AnyTagClassName
{
color: #C00EA8;
}
</style>
background-color css
<style>
a { background-color: #C00EA8; }
a { background-color: rgb(192,14,168); }
div.DivClassName
{
background-color: #C00EA8;
}
.BgClassName
{
background-color: #C00EA8;
}
</style>
border-color css
<style>
span { border-color: #C00EA8; }
span { border-color: rgb(192,14,168); }
td.TdClassName
{
border-color: #C00EA8;
}
.TagClassName
{
border-color: #C00EA8;
}
</style>