Shades of Deep Cerise #CE3299
Tints of Deep Cerise #CE3299
RGB
CMYK
RGB Variations
Color information
#CE3299 (or 0xCE3299) is known color: Deep Cerise. HEX triplet: CE, 32 and 99. RGB value is (206,50,153). Sum of RGB (Red+Green+Blue) = 206+50+153=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3299 is #31CD66. Grayscale: #6C6C6C. Windows color (decimal): -3263847 or 10040014. OLE color: 10040014.
HSL color Cylindrical-coordinate representation of color #CE3299: hue angle of 320.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3299 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 153 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.19 |
| HSL | 320.38º | 0.61% | 0.5% | - |
| HSV(B) | 320.38º | 0.76% | 0.81% | - |
| XYZ | 32.34 | 17.7 | 31.85 | - |
| YUV | 108.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 153 | 0 | 0.76 | 0.26 | 0.19 | 320.38 | 0.61 | 0.5 |
| Hex | CE | 32 | 99 | 0 | 4C | 1A | 13 | 140 | 3D | 32 |
| Octal | 316 | 62 | 231 | 0 | 114 | 32 | 23 | 500 | 75 | 62 |
| Binary | 11001110 | 110010 | 10011001 | 0 | 1001100 | 11010 | 10011 | 101000000 | 111101 | 110010 |
Color Harmonies of #CE3299
Complementary color
Monochromatic Colors of #CE3299
Black with #CE3299
Text Example
Text Example
White with #CE3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3299; }
p { color: rgb(206,50,153); }
H1.HeaderClassName
{
color: #CE3299;
}
.AnyTagClassName
{
color: #CE3299;
}
</style>
background-color css
<style>
a { background-color: #CE3299; }
a { background-color: rgb(206,50,153); }
div.DivClassName
{
background-color: #CE3299;
}
.BgClassName
{
background-color: #CE3299;
}
</style>
border-color css
<style>
span { border-color: #CE3299; }
span { border-color: rgb(206,50,153); }
td.TdClassName
{
border-color: #CE3299;
}
.TagClassName
{
border-color: #CE3299;
}
</style>