Shades of Deep Cerise #CE3599
Tints of Deep Cerise #CE3599
RGB
CMYK
RGB Variations
Color information
#CE3599 (or 0xCE3599) is known color: Deep Cerise. HEX triplet: CE, 35 and 99. RGB value is (206,53,153). Sum of RGB (Red+Green+Blue) = 206+53+153=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3599 is #31CA66. Grayscale: #6D6D6D. Windows color (decimal): -3263079 or 10040782. OLE color: 10040782.
HSL color Cylindrical-coordinate representation of color #CE3599: hue angle of 320.78º 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 #CE3599 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 153 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.19 |
| HSL | 320.78º | 0.61% | 0.51% | - |
| HSV(B) | 320.78º | 0.74% | 0.81% | - |
| XYZ | 32.48 | 17.97 | 31.89 | - |
| YUV | 110.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 153 | 0 | 0.74 | 0.26 | 0.19 | 320.78 | 0.61 | 0.51 |
| Hex | CE | 35 | 99 | 0 | 4A | 1A | 13 | 141 | 3D | 33 |
| Octal | 316 | 65 | 231 | 0 | 112 | 32 | 23 | 501 | 75 | 63 |
| Binary | 11001110 | 110101 | 10011001 | 0 | 1001010 | 11010 | 10011 | 101000001 | 111101 | 110011 |
Color Harmonies of #CE3599
Complementary color
Monochromatic Colors of #CE3599
Black with #CE3599
Text Example
Text Example
White with #CE3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3599; }
p { color: rgb(206,53,153); }
H1.HeaderClassName
{
color: #CE3599;
}
.AnyTagClassName
{
color: #CE3599;
}
</style>
background-color css
<style>
a { background-color: #CE3599; }
a { background-color: rgb(206,53,153); }
div.DivClassName
{
background-color: #CE3599;
}
.BgClassName
{
background-color: #CE3599;
}
</style>
border-color css
<style>
span { border-color: #CE3599; }
span { border-color: rgb(206,53,153); }
td.TdClassName
{
border-color: #CE3599;
}
.TagClassName
{
border-color: #CE3599;
}
</style>