Shades of Deep Cerise #CE3896
Tints of Deep Cerise #CE3896
RGB
CMYK
RGB Variations
Color information
#CE3896 (or 0xCE3896) is known color: Deep Cerise. HEX triplet: CE, 38 and 96. RGB value is (206,56,150). Sum of RGB (Red+Green+Blue) = 206+56+150=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3896 is #31C769. Grayscale: #6F6F6F. Windows color (decimal): -3262314 or 9844942. OLE color: 9844942.
HSL color Cylindrical-coordinate representation of color #CE3896: hue angle of 322.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3896 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 150 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.19 |
| HSL | 322.4º | 0.6% | 0.51% | - |
| HSV(B) | 322.4º | 0.73% | 0.81% | - |
| XYZ | 32.37 | 18.15 | 30.65 | - |
| YUV | 111.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 150 | 0 | 0.73 | 0.27 | 0.19 | 322.4 | 0.6 | 0.51 |
| Hex | CE | 38 | 96 | 0 | 49 | 1B | 13 | 142 | 3C | 33 |
| Octal | 316 | 70 | 226 | 0 | 111 | 33 | 23 | 502 | 74 | 63 |
| Binary | 11001110 | 111000 | 10010110 | 0 | 1001001 | 11011 | 10011 | 101000010 | 111100 | 110011 |
Color Harmonies of #CE3896
Complementary color
Monochromatic Colors of #CE3896
Black with #CE3896
Text Example
Text Example
White with #CE3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3896; }
p { color: rgb(206,56,150); }
H1.HeaderClassName
{
color: #CE3896;
}
.AnyTagClassName
{
color: #CE3896;
}
</style>
background-color css
<style>
a { background-color: #CE3896; }
a { background-color: rgb(206,56,150); }
div.DivClassName
{
background-color: #CE3896;
}
.BgClassName
{
background-color: #CE3896;
}
</style>
border-color css
<style>
span { border-color: #CE3896; }
span { border-color: rgb(206,56,150); }
td.TdClassName
{
border-color: #CE3896;
}
.TagClassName
{
border-color: #CE3896;
}
</style>