Shades of Medium Violet Red #C00E89
Tints of Medium Violet Red #C00E89
RGB
CMYK
RGB Variations
Color information
#C00E89 (or 0xC00E89) is known color: Medium Violet Red. HEX triplet: C0, 0E and 89. RGB value is (192,14,137). Sum of RGB (Red+Green+Blue) = 192+14+137=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00E89 is #3FF176. Grayscale: #505050. Windows color (decimal): -4190583 or 8982208. OLE color: 8982208.
HSL color Cylindrical-coordinate representation of color #C00E89: hue angle of 318.54º 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 #C00E89 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 137 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.25 |
| HSL | 318.54º | 0.86% | 0.4% | - |
| HSV(B) | 318.54º | 0.93% | 0.75% | - |
| XYZ | 26.41 | 13.33 | 24.85 | - |
| YUV | 81.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 137 | 0 | 0.93 | 0.29 | 0.25 | 318.54 | 0.86 | 0.4 |
| Hex | C0 | E | 89 | 0 | 5D | 1D | 19 | 13F | 56 | 28 |
| Octal | 300 | 16 | 211 | 0 | 135 | 35 | 31 | 477 | 126 | 50 |
| Binary | 11000000 | 1110 | 10001001 | 0 | 1011101 | 11101 | 11001 | 100111111 | 1010110 | 101000 |
Color Harmonies of #C00E89
Complementary color
Monochromatic Colors of #C00E89
Black with #C00E89
Text Example
Text Example
White with #C00E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E89; }
p { color: rgb(192,14,137); }
H1.HeaderClassName
{
color: #C00E89;
}
.AnyTagClassName
{
color: #C00E89;
}
</style>
background-color css
<style>
a { background-color: #C00E89; }
a { background-color: rgb(192,14,137); }
div.DivClassName
{
background-color: #C00E89;
}
.BgClassName
{
background-color: #C00E89;
}
</style>
border-color css
<style>
span { border-color: #C00E89; }
span { border-color: rgb(192,14,137); }
td.TdClassName
{
border-color: #C00E89;
}
.TagClassName
{
border-color: #C00E89;
}
</style>