Shades of Medium Violet Red #CE0E9C
Tints of Medium Violet Red #CE0E9C
RGB
CMYK
RGB Variations
Color information
#CE0E9C (or 0xCE0E9C) is known color: Medium Violet Red. HEX triplet: CE, 0E and 9C. RGB value is (206,14,156). Sum of RGB (Red+Green+Blue) = 206+14+156=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E9C is #31F163. Grayscale: #575757. Windows color (decimal): -3273060 or 10227406. OLE color: 10227406.
HSL color Cylindrical-coordinate representation of color #CE0E9C: hue angle of 315.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0E9C is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 156 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.19 |
| HSL | 315.63º | 0.87% | 0.43% | - |
| HSV(B) | 315.63º | 0.93% | 0.81% | - |
| XYZ | 31.61 | 15.84 | 32.84 | - |
| YUV | 87.6 | 166.61 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 156 | 0 | 0.93 | 0.24 | 0.19 | 315.63 | 0.87 | 0.43 |
| Hex | CE | E | 9C | 0 | 5D | 18 | 13 | 13C | 57 | 2B |
| Octal | 316 | 16 | 234 | 0 | 135 | 30 | 23 | 474 | 127 | 53 |
| Binary | 11001110 | 1110 | 10011100 | 0 | 1011101 | 11000 | 10011 | 100111100 | 1010111 | 101011 |
Color Harmonies of #CE0E9C
Complementary color
Monochromatic Colors of #CE0E9C
Black with #CE0E9C
Text Example
Text Example
White with #CE0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E9C; }
p { color: rgb(206,14,156); }
H1.HeaderClassName
{
color: #CE0E9C;
}
.AnyTagClassName
{
color: #CE0E9C;
}
</style>
background-color css
<style>
a { background-color: #CE0E9C; }
a { background-color: rgb(206,14,156); }
div.DivClassName
{
background-color: #CE0E9C;
}
.BgClassName
{
background-color: #CE0E9C;
}
</style>
border-color css
<style>
span { border-color: #CE0E9C; }
span { border-color: rgb(206,14,156); }
td.TdClassName
{
border-color: #CE0E9C;
}
.TagClassName
{
border-color: #CE0E9C;
}
</style>