Shades of Deep Cerise #CE3396
Tints of Deep Cerise #CE3396
RGB
CMYK
RGB Variations
Color information
#CE3396 (or 0xCE3396) is known color: Deep Cerise. HEX triplet: CE, 33 and 96. RGB value is (206,51,150). Sum of RGB (Red+Green+Blue) = 206+51+150=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3396 is #31CC69. Grayscale: #6C6C6C. Windows color (decimal): -3263594 or 9843662. OLE color: 9843662.
HSL color Cylindrical-coordinate representation of color #CE3396: hue angle of 321.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3396 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 150 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.19 |
| HSL | 321.68º | 0.61% | 0.5% | - |
| HSV(B) | 321.68º | 0.75% | 0.81% | - |
| XYZ | 32.14 | 17.69 | 30.57 | - |
| YUV | 108.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 150 | 0 | 0.75 | 0.27 | 0.19 | 321.68 | 0.61 | 0.5 |
| Hex | CE | 33 | 96 | 0 | 4B | 1B | 13 | 142 | 3D | 32 |
| Octal | 316 | 63 | 226 | 0 | 113 | 33 | 23 | 502 | 75 | 62 |
| Binary | 11001110 | 110011 | 10010110 | 0 | 1001011 | 11011 | 10011 | 101000010 | 111101 | 110010 |
Color Harmonies of #CE3396
Complementary color
Monochromatic Colors of #CE3396
Black with #CE3396
Text Example
Text Example
White with #CE3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3396; }
p { color: rgb(206,51,150); }
H1.HeaderClassName
{
color: #CE3396;
}
.AnyTagClassName
{
color: #CE3396;
}
</style>
background-color css
<style>
a { background-color: #CE3396; }
a { background-color: rgb(206,51,150); }
div.DivClassName
{
background-color: #CE3396;
}
.BgClassName
{
background-color: #CE3396;
}
</style>
border-color css
<style>
span { border-color: #CE3396; }
span { border-color: rgb(206,51,150); }
td.TdClassName
{
border-color: #CE3396;
}
.TagClassName
{
border-color: #CE3396;
}
</style>