Shades of Medium Violet Red #C00E9F
Tints of Medium Violet Red #C00E9F
RGB
CMYK
RGB Variations
Color information
#C00E9F (or 0xC00E9F) is known color: Medium Violet Red. HEX triplet: C0, 0E and 9F. RGB value is (192,14,159). Sum of RGB (Red+Green+Blue) = 192+14+159=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00E9F is #3FF160. Grayscale: #535353. Windows color (decimal): -4190561 or 10424000. OLE color: 10424000.
HSL color Cylindrical-coordinate representation of color #C00E9F: hue angle of 311.12º 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 #C00E9F is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 159 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.25 |
| HSL | 311.12º | 0.86% | 0.4% | - |
| HSV(B) | 311.12º | 0.93% | 0.75% | - |
| XYZ | 28.15 | 14.02 | 34.02 | - |
| YUV | 83.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 159 | 0 | 0.93 | 0.17 | 0.25 | 311.12 | 0.86 | 0.4 |
| Hex | C0 | E | 9F | 0 | 5D | 11 | 19 | 137 | 56 | 28 |
| Octal | 300 | 16 | 237 | 0 | 135 | 21 | 31 | 467 | 126 | 50 |
| Binary | 11000000 | 1110 | 10011111 | 0 | 1011101 | 10001 | 11001 | 100110111 | 1010110 | 101000 |
Color Harmonies of #C00E9F
Complementary color
Monochromatic Colors of #C00E9F
Black with #C00E9F
Text Example
Text Example
White with #C00E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E9F; }
p { color: rgb(192,14,159); }
H1.HeaderClassName
{
color: #C00E9F;
}
.AnyTagClassName
{
color: #C00E9F;
}
</style>
background-color css
<style>
a { background-color: #C00E9F; }
a { background-color: rgb(192,14,159); }
div.DivClassName
{
background-color: #C00E9F;
}
.BgClassName
{
background-color: #C00E9F;
}
</style>
border-color css
<style>
span { border-color: #C00E9F; }
span { border-color: rgb(192,14,159); }
td.TdClassName
{
border-color: #C00E9F;
}
.TagClassName
{
border-color: #C00E9F;
}
</style>