Shades of Medium Violet Red #C00E90
Tints of Medium Violet Red #C00E90
RGB
CMYK
RGB Variations
Color information
#C00E90 (or 0xC00E90) is known color: Medium Violet Red. HEX triplet: C0, 0E and 90. RGB value is (192,14,144). Sum of RGB (Red+Green+Blue) = 192+14+144=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00E90 is #3FF16F. Grayscale: #515151. Windows color (decimal): -4190576 or 9440960. OLE color: 9440960.
HSL color Cylindrical-coordinate representation of color #C00E90: hue angle of 316.18º 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 #C00E90 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 144 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.25 |
| HSL | 316.18º | 0.86% | 0.4% | - |
| HSV(B) | 316.18º | 0.93% | 0.75% | - |
| XYZ | 26.93 | 13.53 | 27.58 | - |
| YUV | 82.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 144 | 0 | 0.93 | 0.25 | 0.25 | 316.18 | 0.86 | 0.4 |
| Hex | C0 | E | 90 | 0 | 5D | 19 | 19 | 13C | 56 | 28 |
| Octal | 300 | 16 | 220 | 0 | 135 | 31 | 31 | 474 | 126 | 50 |
| Binary | 11000000 | 1110 | 10010000 | 0 | 1011101 | 11001 | 11001 | 100111100 | 1010110 | 101000 |
Color Harmonies of #C00E90
Complementary color
Monochromatic Colors of #C00E90
Black with #C00E90
Text Example
Text Example
White with #C00E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E90; }
p { color: rgb(192,14,144); }
H1.HeaderClassName
{
color: #C00E90;
}
.AnyTagClassName
{
color: #C00E90;
}
</style>
background-color css
<style>
a { background-color: #C00E90; }
a { background-color: rgb(192,14,144); }
div.DivClassName
{
background-color: #C00E90;
}
.BgClassName
{
background-color: #C00E90;
}
</style>
border-color css
<style>
span { border-color: #C00E90; }
span { border-color: rgb(192,14,144); }
td.TdClassName
{
border-color: #C00E90;
}
.TagClassName
{
border-color: #C00E90;
}
</style>