Shades of Medium Violet Red #CE119E
Tints of Medium Violet Red #CE119E
RGB
CMYK
RGB Variations
Color information
#CE119E (or 0xCE119E) is known color: Medium Violet Red. HEX triplet: CE, 11 and 9E. RGB value is (206,17,158). Sum of RGB (Red+Green+Blue) = 206+17+158=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE119E is #31EE61. Grayscale: #595959. Windows color (decimal): -3272290 or 10359246. OLE color: 10359246.
HSL color Cylindrical-coordinate representation of color #CE119E: hue angle of 315.24º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE119E is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 158 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.19 |
| HSL | 315.24º | 0.85% | 0.44% | - |
| HSV(B) | 315.24º | 0.92% | 0.81% | - |
| XYZ | 31.83 | 15.99 | 33.76 | - |
| YUV | 89.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 158 | 0 | 0.92 | 0.23 | 0.19 | 315.24 | 0.85 | 0.44 |
| Hex | CE | 11 | 9E | 0 | 5C | 17 | 13 | 13B | 55 | 2C |
| Octal | 316 | 21 | 236 | 0 | 134 | 27 | 23 | 473 | 125 | 54 |
| Binary | 11001110 | 10001 | 10011110 | 0 | 1011100 | 10111 | 10011 | 100111011 | 1010101 | 101100 |
Color Harmonies of #CE119E
Complementary color
Monochromatic Colors of #CE119E
Black with #CE119E
Text Example
Text Example
White with #CE119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE119E; }
p { color: rgb(206,17,158); }
H1.HeaderClassName
{
color: #CE119E;
}
.AnyTagClassName
{
color: #CE119E;
}
</style>
background-color css
<style>
a { background-color: #CE119E; }
a { background-color: rgb(206,17,158); }
div.DivClassName
{
background-color: #CE119E;
}
.BgClassName
{
background-color: #CE119E;
}
</style>
border-color css
<style>
span { border-color: #CE119E; }
span { border-color: rgb(206,17,158); }
td.TdClassName
{
border-color: #CE119E;
}
.TagClassName
{
border-color: #CE119E;
}
</style>