Shades of Deep Cerise #CE3096
Tints of Deep Cerise #CE3096
RGB
CMYK
RGB Variations
Color information
#CE3096 (or 0xCE3096) is known color: Deep Cerise. HEX triplet: CE, 30 and 96. RGB value is (206,48,150). Sum of RGB (Red+Green+Blue) = 206+48+150=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3096 is #31CF69. Grayscale: #6A6A6A. Windows color (decimal): -3264362 or 9842894. OLE color: 9842894.
HSL color Cylindrical-coordinate representation of color #CE3096: hue angle of 321.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3096 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 150 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.19 |
| HSL | 321.27º | 0.62% | 0.5% | - |
| HSV(B) | 321.27º | 0.77% | 0.81% | - |
| XYZ | 32.02 | 17.44 | 30.53 | - |
| YUV | 106.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 150 | 0 | 0.77 | 0.27 | 0.19 | 321.27 | 0.62 | 0.5 |
| Hex | CE | 30 | 96 | 0 | 4D | 1B | 13 | 141 | 3E | 32 |
| Octal | 316 | 60 | 226 | 0 | 115 | 33 | 23 | 501 | 76 | 62 |
| Binary | 11001110 | 110000 | 10010110 | 0 | 1001101 | 11011 | 10011 | 101000001 | 111110 | 110010 |
Color Harmonies of #CE3096
Complementary color
Monochromatic Colors of #CE3096
Black with #CE3096
Text Example
Text Example
White with #CE3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3096; }
p { color: rgb(206,48,150); }
H1.HeaderClassName
{
color: #CE3096;
}
.AnyTagClassName
{
color: #CE3096;
}
</style>
background-color css
<style>
a { background-color: #CE3096; }
a { background-color: rgb(206,48,150); }
div.DivClassName
{
background-color: #CE3096;
}
.BgClassName
{
background-color: #CE3096;
}
</style>
border-color css
<style>
span { border-color: #CE3096; }
span { border-color: rgb(206,48,150); }
td.TdClassName
{
border-color: #CE3096;
}
.TagClassName
{
border-color: #CE3096;
}
</style>