Shades of Medium Violet Red #CE0077
Tints of Medium Violet Red #CE0077
RGB
CMYK
RGB Variations
Color information
#CE0077 (or 0xCE0077) is known color: Medium Violet Red. HEX triplet: CE, 00 and 77. RGB value is (206,0,119). Sum of RGB (Red+Green+Blue) = 206+0+119=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0077 is #31FF88. Grayscale: #4A4A4A. Windows color (decimal): -3276681 or 7798990. OLE color: 7798990.
HSL color Cylindrical-coordinate representation of color #CE0077: hue angle of 325.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0077 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.42 | 0.19 |
| HSL | 325.34º | 1% | 0.4% | - |
| HSV(B) | 325.34º | 1% | 0.81% | - |
| XYZ | 28.78 | 14.45 | 18.73 | - |
| YUV | 75.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 119 | 0 | 1 | 0.42 | 0.19 | 325.34 | 1 | 0.4 |
| Hex | CE | 0 | 77 | 0 | 64 | 2A | 13 | 145 | 64 | 28 |
| Octal | 316 | 0 | 167 | 0 | 144 | 52 | 23 | 505 | 144 | 50 |
| Binary | 11001110 | 0 | 1110111 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100100 | 101000 |
Color Harmonies of #CE0077
Complementary color
Monochromatic Colors of #CE0077
Black with #CE0077
Text Example
Text Example
White with #CE0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0077; }
p { color: rgb(206,0,119); }
H1.HeaderClassName
{
color: #CE0077;
}
.AnyTagClassName
{
color: #CE0077;
}
</style>
background-color css
<style>
a { background-color: #CE0077; }
a { background-color: rgb(206,0,119); }
div.DivClassName
{
background-color: #CE0077;
}
.BgClassName
{
background-color: #CE0077;
}
</style>
border-color css
<style>
span { border-color: #CE0077; }
span { border-color: rgb(206,0,119); }
td.TdClassName
{
border-color: #CE0077;
}
.TagClassName
{
border-color: #CE0077;
}
</style>