Shades of Medium Violet Red #C00E6E
Tints of Medium Violet Red #C00E6E
RGB
CMYK
RGB Variations
Color information
#C00E6E (or 0xC00E6E) is known color: Medium Violet Red. HEX triplet: C0, 0E and 6E. RGB value is (192,14,110). Sum of RGB (Red+Green+Blue) = 192+14+110=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E6E is #3FF191. Grayscale: #4D4D4D. Windows color (decimal): -4190610 or 7212736. OLE color: 7212736.
HSL color Cylindrical-coordinate representation of color #C00E6E: hue angle of 327.64º 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 #C00E6E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 110 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.25 |
| HSL | 327.64º | 0.86% | 0.4% | - |
| HSV(B) | 327.64º | 0.93% | 0.75% | - |
| XYZ | 24.71 | 12.65 | 15.89 | - |
| YUV | 78.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 110 | 0 | 0.93 | 0.43 | 0.25 | 327.64 | 0.86 | 0.4 |
| Hex | C0 | E | 6E | 0 | 5D | 2B | 19 | 148 | 56 | 28 |
| Octal | 300 | 16 | 156 | 0 | 135 | 53 | 31 | 510 | 126 | 50 |
| Binary | 11000000 | 1110 | 1101110 | 0 | 1011101 | 101011 | 11001 | 101001000 | 1010110 | 101000 |
Color Harmonies of #C00E6E
Complementary color
Monochromatic Colors of #C00E6E
Black with #C00E6E
Text Example
Text Example
White with #C00E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E6E; }
p { color: rgb(192,14,110); }
H1.HeaderClassName
{
color: #C00E6E;
}
.AnyTagClassName
{
color: #C00E6E;
}
</style>
background-color css
<style>
a { background-color: #C00E6E; }
a { background-color: rgb(192,14,110); }
div.DivClassName
{
background-color: #C00E6E;
}
.BgClassName
{
background-color: #C00E6E;
}
</style>
border-color css
<style>
span { border-color: #C00E6E; }
span { border-color: rgb(192,14,110); }
td.TdClassName
{
border-color: #C00E6E;
}
.TagClassName
{
border-color: #C00E6E;
}
</style>