Shades of Deep Cerise #CE3488
Tints of Deep Cerise #CE3488
RGB
CMYK
RGB Variations
Color information
#CE3488 (or 0xCE3488) is known color: Deep Cerise. HEX triplet: CE, 34 and 88. RGB value is (206,52,136). Sum of RGB (Red+Green+Blue) = 206+52+136=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3488 is #31CB77. Grayscale: #6B6B6B. Windows color (decimal): -3263352 or 8926414. OLE color: 8926414.
HSL color Cylindrical-coordinate representation of color #CE3488: hue angle of 327.27º 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 #CE3488 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 136 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.19 |
| HSL | 327.27º | 0.61% | 0.51% | - |
| HSV(B) | 327.27º | 0.75% | 0.81% | - |
| XYZ | 31.13 | 17.36 | 25 | - |
| YUV | 107.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 136 | 0 | 0.75 | 0.34 | 0.19 | 327.27 | 0.61 | 0.51 |
| Hex | CE | 34 | 88 | 0 | 4B | 22 | 13 | 147 | 3D | 33 |
| Octal | 316 | 64 | 210 | 0 | 113 | 42 | 23 | 507 | 75 | 63 |
| Binary | 11001110 | 110100 | 10001000 | 0 | 1001011 | 100010 | 10011 | 101000111 | 111101 | 110011 |
Color Harmonies of #CE3488
Complementary color
Monochromatic Colors of #CE3488
Black with #CE3488
Text Example
Text Example
White with #CE3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3488; }
p { color: rgb(206,52,136); }
H1.HeaderClassName
{
color: #CE3488;
}
.AnyTagClassName
{
color: #CE3488;
}
</style>
background-color css
<style>
a { background-color: #CE3488; }
a { background-color: rgb(206,52,136); }
div.DivClassName
{
background-color: #CE3488;
}
.BgClassName
{
background-color: #CE3488;
}
</style>
border-color css
<style>
span { border-color: #CE3488; }
span { border-color: rgb(206,52,136); }
td.TdClassName
{
border-color: #CE3488;
}
.TagClassName
{
border-color: #CE3488;
}
</style>