Shades of Deep Cerise #CE3591
Tints of Deep Cerise #CE3591
RGB
CMYK
RGB Variations
Color information
#CE3591 (or 0xCE3591) is known color: Deep Cerise. HEX triplet: CE, 35 and 91. RGB value is (206,53,145). Sum of RGB (Red+Green+Blue) = 206+53+145=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3591 is #31CA6E. Grayscale: #6D6D6D. Windows color (decimal): -3263087 or 9516494. OLE color: 9516494.
HSL color Cylindrical-coordinate representation of color #CE3591: hue angle of 323.92º 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 #CE3591 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 145 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.19 |
| HSL | 323.92º | 0.61% | 0.51% | - |
| HSV(B) | 323.92º | 0.74% | 0.81% | - |
| XYZ | 31.84 | 17.71 | 28.53 | - |
| YUV | 109.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 145 | 0 | 0.74 | 0.30 | 0.19 | 323.92 | 0.61 | 0.51 |
| Hex | CE | 35 | 91 | 0 | 4A | 1E | 13 | 144 | 3D | 33 |
| Octal | 316 | 65 | 221 | 0 | 112 | 36 | 23 | 504 | 75 | 63 |
| Binary | 11001110 | 110101 | 10010001 | 0 | 1001010 | 11110 | 10011 | 101000100 | 111101 | 110011 |
Color Harmonies of #CE3591
Complementary color
Monochromatic Colors of #CE3591
Black with #CE3591
Text Example
Text Example
White with #CE3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3591; }
p { color: rgb(206,53,145); }
H1.HeaderClassName
{
color: #CE3591;
}
.AnyTagClassName
{
color: #CE3591;
}
</style>
background-color css
<style>
a { background-color: #CE3591; }
a { background-color: rgb(206,53,145); }
div.DivClassName
{
background-color: #CE3591;
}
.BgClassName
{
background-color: #CE3591;
}
</style>
border-color css
<style>
span { border-color: #CE3591; }
span { border-color: rgb(206,53,145); }
td.TdClassName
{
border-color: #CE3591;
}
.TagClassName
{
border-color: #CE3591;
}
</style>