Shades of Deep Cerise #CE3399
Tints of Deep Cerise #CE3399
RGB
CMYK
RGB Variations
Color information
#CE3399 (or 0xCE3399) is known color: Deep Cerise. HEX triplet: CE, 33 and 99. RGB value is (206,51,153). Sum of RGB (Red+Green+Blue) = 206+51+153=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3399 is #31CC66. Grayscale: #6C6C6C. Windows color (decimal): -3263591 or 10040270. OLE color: 10040270.
HSL color Cylindrical-coordinate representation of color #CE3399: hue angle of 320.52º 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 #CE3399 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 153 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.19 |
| HSL | 320.52º | 0.61% | 0.5% | - |
| HSV(B) | 320.52º | 0.75% | 0.81% | - |
| XYZ | 32.39 | 17.79 | 31.86 | - |
| YUV | 108.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 153 | 0 | 0.75 | 0.26 | 0.19 | 320.52 | 0.61 | 0.5 |
| Hex | CE | 33 | 99 | 0 | 4B | 1A | 13 | 141 | 3D | 32 |
| Octal | 316 | 63 | 231 | 0 | 113 | 32 | 23 | 501 | 75 | 62 |
| Binary | 11001110 | 110011 | 10011001 | 0 | 1001011 | 11010 | 10011 | 101000001 | 111101 | 110010 |
Color Harmonies of #CE3399
Complementary color
Monochromatic Colors of #CE3399
Black with #CE3399
Text Example
Text Example
White with #CE3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3399; }
p { color: rgb(206,51,153); }
H1.HeaderClassName
{
color: #CE3399;
}
.AnyTagClassName
{
color: #CE3399;
}
</style>
background-color css
<style>
a { background-color: #CE3399; }
a { background-color: rgb(206,51,153); }
div.DivClassName
{
background-color: #CE3399;
}
.BgClassName
{
background-color: #CE3399;
}
</style>
border-color css
<style>
span { border-color: #CE3399; }
span { border-color: rgb(206,51,153); }
td.TdClassName
{
border-color: #CE3399;
}
.TagClassName
{
border-color: #CE3399;
}
</style>