Shades of Medium Violet Red #CE0D9E
Tints of Medium Violet Red #CE0D9E
RGB
CMYK
RGB Variations
Color information
#CE0D9E (or 0xCE0D9E) is known color: Medium Violet Red. HEX triplet: CE, 0D and 9E. RGB value is (206,13,158). Sum of RGB (Red+Green+Blue) = 206+13+158=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0D9E is #31F261. Grayscale: #565656. Windows color (decimal): -3273314 or 10358222. OLE color: 10358222.
HSL color Cylindrical-coordinate representation of color #CE0D9E: hue angle of 314.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D9E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.19 |
| HSL | 314.92º | 0.88% | 0.43% | - |
| HSV(B) | 314.92º | 0.94% | 0.81% | - |
| XYZ | 31.77 | 15.88 | 33.74 | - |
| YUV | 87.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 158 | 0 | 0.94 | 0.23 | 0.19 | 314.92 | 0.88 | 0.43 |
| Hex | CE | D | 9E | 0 | 5E | 17 | 13 | 13B | 58 | 2B |
| Octal | 316 | 15 | 236 | 0 | 136 | 27 | 23 | 473 | 130 | 53 |
| Binary | 11001110 | 1101 | 10011110 | 0 | 1011110 | 10111 | 10011 | 100111011 | 1011000 | 101011 |
Color Harmonies of #CE0D9E
Complementary color
Monochromatic Colors of #CE0D9E
Black with #CE0D9E
Text Example
Text Example
White with #CE0D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D9E; }
p { color: rgb(206,13,158); }
H1.HeaderClassName
{
color: #CE0D9E;
}
.AnyTagClassName
{
color: #CE0D9E;
}
</style>
background-color css
<style>
a { background-color: #CE0D9E; }
a { background-color: rgb(206,13,158); }
div.DivClassName
{
background-color: #CE0D9E;
}
.BgClassName
{
background-color: #CE0D9E;
}
</style>
border-color css
<style>
span { border-color: #CE0D9E; }
span { border-color: rgb(206,13,158); }
td.TdClassName
{
border-color: #CE0D9E;
}
.TagClassName
{
border-color: #CE0D9E;
}
</style>