Shades of Deep Cerise #CE3297
Tints of Deep Cerise #CE3297
RGB
CMYK
RGB Variations
Color information
#CE3297 (or 0xCE3297) is known color: Deep Cerise. HEX triplet: CE, 32 and 97. RGB value is (206,50,151). Sum of RGB (Red+Green+Blue) = 206+50+151=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3297 is #31CD68. Grayscale: #6B6B6B. Windows color (decimal): -3263849 or 9908942. OLE color: 9908942.
HSL color Cylindrical-coordinate representation of color #CE3297: hue angle of 321.15º 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 #CE3297 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 151 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.19 |
| HSL | 321.15º | 0.61% | 0.5% | - |
| HSV(B) | 321.15º | 0.76% | 0.81% | - |
| XYZ | 32.18 | 17.64 | 30.99 | - |
| YUV | 108.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 151 | 0 | 0.76 | 0.27 | 0.19 | 321.15 | 0.61 | 0.5 |
| Hex | CE | 32 | 97 | 0 | 4C | 1B | 13 | 141 | 3D | 32 |
| Octal | 316 | 62 | 227 | 0 | 114 | 33 | 23 | 501 | 75 | 62 |
| Binary | 11001110 | 110010 | 10010111 | 0 | 1001100 | 11011 | 10011 | 101000001 | 111101 | 110010 |
Color Harmonies of #CE3297
Complementary color
Monochromatic Colors of #CE3297
Black with #CE3297
Text Example
Text Example
White with #CE3297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3297; }
p { color: rgb(206,50,151); }
H1.HeaderClassName
{
color: #CE3297;
}
.AnyTagClassName
{
color: #CE3297;
}
</style>
background-color css
<style>
a { background-color: #CE3297; }
a { background-color: rgb(206,50,151); }
div.DivClassName
{
background-color: #CE3297;
}
.BgClassName
{
background-color: #CE3297;
}
</style>
border-color css
<style>
span { border-color: #CE3297; }
span { border-color: rgb(206,50,151); }
td.TdClassName
{
border-color: #CE3297;
}
.TagClassName
{
border-color: #CE3297;
}
</style>