Shades of Medium Violet Red #CE118E
Tints of Medium Violet Red #CE118E
RGB
CMYK
RGB Variations
Color information
#CE118E (or 0xCE118E) is known color: Medium Violet Red. HEX triplet: CE, 11 and 8E. RGB value is (206,17,142). Sum of RGB (Red+Green+Blue) = 206+17+142=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE118E is #31EE71. Grayscale: #575757. Windows color (decimal): -3272306 or 9310670. OLE color: 9310670.
HSL color Cylindrical-coordinate representation of color #CE118E: hue angle of 320.32º 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 #CE118E is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 142 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.19 |
| HSL | 320.32º | 0.85% | 0.44% | - |
| HSV(B) | 320.32º | 0.92% | 0.81% | - |
| XYZ | 30.54 | 15.48 | 26.97 | - |
| YUV | 87.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 142 | 0 | 0.92 | 0.31 | 0.19 | 320.32 | 0.85 | 0.44 |
| Hex | CE | 11 | 8E | 0 | 5C | 1F | 13 | 140 | 55 | 2C |
| Octal | 316 | 21 | 216 | 0 | 134 | 37 | 23 | 500 | 125 | 54 |
| Binary | 11001110 | 10001 | 10001110 | 0 | 1011100 | 11111 | 10011 | 101000000 | 1010101 | 101100 |
Color Harmonies of #CE118E
Complementary color
Monochromatic Colors of #CE118E
Black with #CE118E
Text Example
Text Example
White with #CE118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE118E; }
p { color: rgb(206,17,142); }
H1.HeaderClassName
{
color: #CE118E;
}
.AnyTagClassName
{
color: #CE118E;
}
</style>
background-color css
<style>
a { background-color: #CE118E; }
a { background-color: rgb(206,17,142); }
div.DivClassName
{
background-color: #CE118E;
}
.BgClassName
{
background-color: #CE118E;
}
</style>
border-color css
<style>
span { border-color: #CE118E; }
span { border-color: rgb(206,17,142); }
td.TdClassName
{
border-color: #CE118E;
}
.TagClassName
{
border-color: #CE118E;
}
</style>