Shades of Deep Cerise #CE3496
Tints of Deep Cerise #CE3496
RGB
CMYK
RGB Variations
Color information
#CE3496 (or 0xCE3496) is known color: Deep Cerise. HEX triplet: CE, 34 and 96. RGB value is (206,52,150). Sum of RGB (Red+Green+Blue) = 206+52+150=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3496 is #31CB69. Grayscale: #6C6C6C. Windows color (decimal): -3263338 or 9843918. OLE color: 9843918.
HSL color Cylindrical-coordinate representation of color #CE3496: hue angle of 321.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3496 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 150 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.19 |
| HSL | 321.82º | 0.61% | 0.51% | - |
| HSV(B) | 321.82º | 0.75% | 0.81% | - |
| XYZ | 32.19 | 17.78 | 30.59 | - |
| YUV | 109.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 150 | 0 | 0.75 | 0.27 | 0.19 | 321.82 | 0.61 | 0.51 |
| Hex | CE | 34 | 96 | 0 | 4B | 1B | 13 | 142 | 3D | 33 |
| Octal | 316 | 64 | 226 | 0 | 113 | 33 | 23 | 502 | 75 | 63 |
| Binary | 11001110 | 110100 | 10010110 | 0 | 1001011 | 11011 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CE3496
Complementary color
Monochromatic Colors of #CE3496
Black with #CE3496
Text Example
Text Example
White with #CE3496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3496; }
p { color: rgb(206,52,150); }
H1.HeaderClassName
{
color: #CE3496;
}
.AnyTagClassName
{
color: #CE3496;
}
</style>
background-color css
<style>
a { background-color: #CE3496; }
a { background-color: rgb(206,52,150); }
div.DivClassName
{
background-color: #CE3496;
}
.BgClassName
{
background-color: #CE3496;
}
</style>
border-color css
<style>
span { border-color: #CE3496; }
span { border-color: rgb(206,52,150); }
td.TdClassName
{
border-color: #CE3496;
}
.TagClassName
{
border-color: #CE3496;
}
</style>