Shades of Deep Cerise #CE3491
Tints of Deep Cerise #CE3491
RGB
CMYK
RGB Variations
Color information
#CE3491 (or 0xCE3491) is known color: Deep Cerise. HEX triplet: CE, 34 and 91. RGB value is (206,52,145). Sum of RGB (Red+Green+Blue) = 206+52+145=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3491 is #31CB6E. Grayscale: #6C6C6C. Windows color (decimal): -3263343 or 9516238. OLE color: 9516238.
HSL color Cylindrical-coordinate representation of color #CE3491: hue angle of 323.77º 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 #CE3491 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 145 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.19 |
| HSL | 323.77º | 0.61% | 0.51% | - |
| HSV(B) | 323.77º | 0.75% | 0.81% | - |
| XYZ | 31.79 | 17.62 | 28.51 | - |
| YUV | 108.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 145 | 0 | 0.75 | 0.30 | 0.19 | 323.77 | 0.61 | 0.51 |
| Hex | CE | 34 | 91 | 0 | 4B | 1E | 13 | 144 | 3D | 33 |
| Octal | 316 | 64 | 221 | 0 | 113 | 36 | 23 | 504 | 75 | 63 |
| Binary | 11001110 | 110100 | 10010001 | 0 | 1001011 | 11110 | 10011 | 101000100 | 111101 | 110011 |
Color Harmonies of #CE3491
Complementary color
Monochromatic Colors of #CE3491
Black with #CE3491
Text Example
Text Example
White with #CE3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3491; }
p { color: rgb(206,52,145); }
H1.HeaderClassName
{
color: #CE3491;
}
.AnyTagClassName
{
color: #CE3491;
}
</style>
background-color css
<style>
a { background-color: #CE3491; }
a { background-color: rgb(206,52,145); }
div.DivClassName
{
background-color: #CE3491;
}
.BgClassName
{
background-color: #CE3491;
}
</style>
border-color css
<style>
span { border-color: #CE3491; }
span { border-color: rgb(206,52,145); }
td.TdClassName
{
border-color: #CE3491;
}
.TagClassName
{
border-color: #CE3491;
}
</style>