Shades of Medium Violet Red #CE119F
Tints of Medium Violet Red #CE119F
RGB
CMYK
RGB Variations
Color information
#CE119F (or 0xCE119F) is known color: Medium Violet Red. HEX triplet: CE, 11 and 9F. RGB value is (206,17,159). Sum of RGB (Red+Green+Blue) = 206+17+159=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE119F is #31EE60. Grayscale: #595959. Windows color (decimal): -3272289 or 10424782. OLE color: 10424782.
HSL color Cylindrical-coordinate representation of color #CE119F: hue angle of 314.92º 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 #CE119F is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 159 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.19 |
| HSL | 314.92º | 0.85% | 0.44% | - |
| HSV(B) | 314.92º | 0.92% | 0.81% | - |
| XYZ | 31.91 | 16.03 | 34.21 | - |
| YUV | 89.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 159 | 0 | 0.92 | 0.23 | 0.19 | 314.92 | 0.85 | 0.44 |
| Hex | CE | 11 | 9F | 0 | 5C | 17 | 13 | 13B | 55 | 2C |
| Octal | 316 | 21 | 237 | 0 | 134 | 27 | 23 | 473 | 125 | 54 |
| Binary | 11001110 | 10001 | 10011111 | 0 | 1011100 | 10111 | 10011 | 100111011 | 1010101 | 101100 |
Color Harmonies of #CE119F
Complementary color
Monochromatic Colors of #CE119F
Black with #CE119F
Text Example
Text Example
White with #CE119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE119F; }
p { color: rgb(206,17,159); }
H1.HeaderClassName
{
color: #CE119F;
}
.AnyTagClassName
{
color: #CE119F;
}
</style>
background-color css
<style>
a { background-color: #CE119F; }
a { background-color: rgb(206,17,159); }
div.DivClassName
{
background-color: #CE119F;
}
.BgClassName
{
background-color: #CE119F;
}
</style>
border-color css
<style>
span { border-color: #CE119F; }
span { border-color: rgb(206,17,159); }
td.TdClassName
{
border-color: #CE119F;
}
.TagClassName
{
border-color: #CE119F;
}
</style>