Shades of Medium Violet Red #CE1396
Tints of Medium Violet Red #CE1396
RGB
CMYK
RGB Variations
Color information
#CE1396 (or 0xCE1396) is known color: Medium Violet Red. HEX triplet: CE, 13 and 96. RGB value is (206,19,150). Sum of RGB (Red+Green+Blue) = 206+19+150=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1396 is #31EC69. Grayscale: #595959. Windows color (decimal): -3271786 or 9835470. OLE color: 9835470.
HSL color Cylindrical-coordinate representation of color #CE1396: hue angle of 317.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1396 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.19 |
| HSL | 317.97º | 0.83% | 0.44% | - |
| HSV(B) | 317.97º | 0.91% | 0.81% | - |
| XYZ | 31.19 | 15.79 | 30.26 | - |
| YUV | 89.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 150 | 0 | 0.91 | 0.27 | 0.19 | 317.97 | 0.83 | 0.44 |
| Hex | CE | 13 | 96 | 0 | 5B | 1B | 13 | 13E | 53 | 2C |
| Octal | 316 | 23 | 226 | 0 | 133 | 33 | 23 | 476 | 123 | 54 |
| Binary | 11001110 | 10011 | 10010110 | 0 | 1011011 | 11011 | 10011 | 100111110 | 1010011 | 101100 |
Color Harmonies of #CE1396
Complementary color
Monochromatic Colors of #CE1396
Black with #CE1396
Text Example
Text Example
White with #CE1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1396; }
p { color: rgb(206,19,150); }
H1.HeaderClassName
{
color: #CE1396;
}
.AnyTagClassName
{
color: #CE1396;
}
</style>
background-color css
<style>
a { background-color: #CE1396; }
a { background-color: rgb(206,19,150); }
div.DivClassName
{
background-color: #CE1396;
}
.BgClassName
{
background-color: #CE1396;
}
</style>
border-color css
<style>
span { border-color: #CE1396; }
span { border-color: rgb(206,19,150); }
td.TdClassName
{
border-color: #CE1396;
}
.TagClassName
{
border-color: #CE1396;
}
</style>