Shades of Medium Violet Red #CE1696
Tints of Medium Violet Red #CE1696
RGB
CMYK
RGB Variations
Color information
#CE1696 (or 0xCE1696) is known color: Medium Violet Red. HEX triplet: CE, 16 and 96. RGB value is (206,22,150). Sum of RGB (Red+Green+Blue) = 206+22+150=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1696 is #31E969. Grayscale: #5B5B5B. Windows color (decimal): -3271018 or 9836238. OLE color: 9836238.
HSL color Cylindrical-coordinate representation of color #CE1696: hue angle of 318.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1696 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 150 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.19 |
| HSL | 318.26º | 0.81% | 0.45% | - |
| HSV(B) | 318.26º | 0.89% | 0.81% | - |
| XYZ | 31.25 | 15.9 | 30.28 | - |
| YUV | 91.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 150 | 0 | 0.89 | 0.27 | 0.19 | 318.26 | 0.81 | 0.45 |
| Hex | CE | 16 | 96 | 0 | 59 | 1B | 13 | 13E | 51 | 2D |
| Octal | 316 | 26 | 226 | 0 | 131 | 33 | 23 | 476 | 121 | 55 |
| Binary | 11001110 | 10110 | 10010110 | 0 | 1011001 | 11011 | 10011 | 100111110 | 1010001 | 101101 |
Color Harmonies of #CE1696
Complementary color
Monochromatic Colors of #CE1696
Black with #CE1696
Text Example
Text Example
White with #CE1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1696; }
p { color: rgb(206,22,150); }
H1.HeaderClassName
{
color: #CE1696;
}
.AnyTagClassName
{
color: #CE1696;
}
</style>
background-color css
<style>
a { background-color: #CE1696; }
a { background-color: rgb(206,22,150); }
div.DivClassName
{
background-color: #CE1696;
}
.BgClassName
{
background-color: #CE1696;
}
</style>
border-color css
<style>
span { border-color: #CE1696; }
span { border-color: rgb(206,22,150); }
td.TdClassName
{
border-color: #CE1696;
}
.TagClassName
{
border-color: #CE1696;
}
</style>