Shades of Medium Violet Red #C00E7F
Tints of Medium Violet Red #C00E7F
RGB
CMYK
RGB Variations
Color information
#C00E7F (or 0xC00E7F) is known color: Medium Violet Red. HEX triplet: C0, 0E and 7F. RGB value is (192,14,127). Sum of RGB (Red+Green+Blue) = 192+14+127=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E7F is #3FF180. Grayscale: #4F4F4F. Windows color (decimal): -4190593 or 8326848. OLE color: 8326848.
HSL color Cylindrical-coordinate representation of color #C00E7F: hue angle of 321.91º 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 #C00E7F is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.25 |
| HSL | 321.91º | 0.86% | 0.4% | - |
| HSV(B) | 321.91º | 0.93% | 0.75% | - |
| XYZ | 25.73 | 13.05 | 21.24 | - |
| YUV | 80.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 127 | 0 | 0.93 | 0.34 | 0.25 | 321.91 | 0.86 | 0.4 |
| Hex | C0 | E | 7F | 0 | 5D | 22 | 19 | 142 | 56 | 28 |
| Octal | 300 | 16 | 177 | 0 | 135 | 42 | 31 | 502 | 126 | 50 |
| Binary | 11000000 | 1110 | 1111111 | 0 | 1011101 | 100010 | 11001 | 101000010 | 1010110 | 101000 |
Color Harmonies of #C00E7F
Complementary color
Monochromatic Colors of #C00E7F
Black with #C00E7F
Text Example
Text Example
White with #C00E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00E7F; }
p { color: rgb(192,14,127); }
H1.HeaderClassName
{
color: #C00E7F;
}
.AnyTagClassName
{
color: #C00E7F;
}
</style>
background-color css
<style>
a { background-color: #C00E7F; }
a { background-color: rgb(192,14,127); }
div.DivClassName
{
background-color: #C00E7F;
}
.BgClassName
{
background-color: #C00E7F;
}
</style>
border-color css
<style>
span { border-color: #C00E7F; }
span { border-color: rgb(192,14,127); }
td.TdClassName
{
border-color: #C00E7F;
}
.TagClassName
{
border-color: #C00E7F;
}
</style>