Shades of Deep Cerise #CE3596
Tints of Deep Cerise #CE3596
RGB
CMYK
RGB Variations
Color information
#CE3596 (or 0xCE3596) is known color: Deep Cerise. HEX triplet: CE, 35 and 96. RGB value is (206,53,150). Sum of RGB (Red+Green+Blue) = 206+53+150=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3596 is #31CA69. Grayscale: #6D6D6D. Windows color (decimal): -3263082 or 9844174. OLE color: 9844174.
HSL color Cylindrical-coordinate representation of color #CE3596: hue angle of 321.96º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3596 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 150 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.19 |
| HSL | 321.96º | 0.61% | 0.51% | - |
| HSV(B) | 321.96º | 0.74% | 0.81% | - |
| XYZ | 32.23 | 17.87 | 30.6 | - |
| YUV | 109.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 150 | 0 | 0.74 | 0.27 | 0.19 | 321.96 | 0.61 | 0.51 |
| Hex | CE | 35 | 96 | 0 | 4A | 1B | 13 | 142 | 3D | 33 |
| Octal | 316 | 65 | 226 | 0 | 112 | 33 | 23 | 502 | 75 | 63 |
| Binary | 11001110 | 110101 | 10010110 | 0 | 1001010 | 11011 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CE3596
Complementary color
Monochromatic Colors of #CE3596
Black with #CE3596
Text Example
Text Example
White with #CE3596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3596; }
p { color: rgb(206,53,150); }
H1.HeaderClassName
{
color: #CE3596;
}
.AnyTagClassName
{
color: #CE3596;
}
</style>
background-color css
<style>
a { background-color: #CE3596; }
a { background-color: rgb(206,53,150); }
div.DivClassName
{
background-color: #CE3596;
}
.BgClassName
{
background-color: #CE3596;
}
</style>
border-color css
<style>
span { border-color: #CE3596; }
span { border-color: rgb(206,53,150); }
td.TdClassName
{
border-color: #CE3596;
}
.TagClassName
{
border-color: #CE3596;
}
</style>