Shades of Deep Cerise #CE3597
Tints of Deep Cerise #CE3597
RGB
CMYK
RGB Variations
Color information
#CE3597 (or 0xCE3597) is known color: Deep Cerise. HEX triplet: CE, 35 and 97. RGB value is (206,53,151). Sum of RGB (Red+Green+Blue) = 206+53+151=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3597 is #31CA68. Grayscale: #6D6D6D. Windows color (decimal): -3263081 or 9909710. OLE color: 9909710.
HSL color Cylindrical-coordinate representation of color #CE3597: hue angle of 321.57º 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 #CE3597 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 151 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.19 |
| HSL | 321.57º | 0.61% | 0.51% | - |
| HSV(B) | 321.57º | 0.74% | 0.81% | - |
| XYZ | 32.31 | 17.9 | 31.03 | - |
| YUV | 109.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 151 | 0 | 0.74 | 0.27 | 0.19 | 321.57 | 0.61 | 0.51 |
| Hex | CE | 35 | 97 | 0 | 4A | 1B | 13 | 142 | 3D | 33 |
| Octal | 316 | 65 | 227 | 0 | 112 | 33 | 23 | 502 | 75 | 63 |
| Binary | 11001110 | 110101 | 10010111 | 0 | 1001010 | 11011 | 10011 | 101000010 | 111101 | 110011 |
Color Harmonies of #CE3597
Complementary color
Monochromatic Colors of #CE3597
Black with #CE3597
Text Example
Text Example
White with #CE3597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3597; }
p { color: rgb(206,53,151); }
H1.HeaderClassName
{
color: #CE3597;
}
.AnyTagClassName
{
color: #CE3597;
}
</style>
background-color css
<style>
a { background-color: #CE3597; }
a { background-color: rgb(206,53,151); }
div.DivClassName
{
background-color: #CE3597;
}
.BgClassName
{
background-color: #CE3597;
}
</style>
border-color css
<style>
span { border-color: #CE3597; }
span { border-color: rgb(206,53,151); }
td.TdClassName
{
border-color: #CE3597;
}
.TagClassName
{
border-color: #CE3597;
}
</style>