Shades of Medium Violet Red #CE1496
Tints of Medium Violet Red #CE1496
RGB
CMYK
RGB Variations
Color information
#CE1496 (or 0xCE1496) is known color: Medium Violet Red. HEX triplet: CE, 14 and 96. RGB value is (206,20,150). Sum of RGB (Red+Green+Blue) = 206+20+150=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1496 is #31EB69. Grayscale: #5A5A5A. Windows color (decimal): -3271530 or 9835726. OLE color: 9835726.
HSL color Cylindrical-coordinate representation of color #CE1496: hue angle of 318.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1496 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 150 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.19 |
| HSL | 318.06º | 0.82% | 0.44% | - |
| HSV(B) | 318.06º | 0.9% | 0.81% | - |
| XYZ | 31.21 | 15.82 | 30.26 | - |
| YUV | 90.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 150 | 0 | 0.90 | 0.27 | 0.19 | 318.06 | 0.82 | 0.44 |
| Hex | CE | 14 | 96 | 0 | 5A | 1B | 13 | 13E | 52 | 2C |
| Octal | 316 | 24 | 226 | 0 | 132 | 33 | 23 | 476 | 122 | 54 |
| Binary | 11001110 | 10100 | 10010110 | 0 | 1011010 | 11011 | 10011 | 100111110 | 1010010 | 101100 |
Color Harmonies of #CE1496
Complementary color
Monochromatic Colors of #CE1496
Black with #CE1496
Text Example
Text Example
White with #CE1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1496; }
p { color: rgb(206,20,150); }
H1.HeaderClassName
{
color: #CE1496;
}
.AnyTagClassName
{
color: #CE1496;
}
</style>
background-color css
<style>
a { background-color: #CE1496; }
a { background-color: rgb(206,20,150); }
div.DivClassName
{
background-color: #CE1496;
}
.BgClassName
{
background-color: #CE1496;
}
</style>
border-color css
<style>
span { border-color: #CE1496; }
span { border-color: rgb(206,20,150); }
td.TdClassName
{
border-color: #CE1496;
}
.TagClassName
{
border-color: #CE1496;
}
</style>