Shades of Deep Cerise #CE2B95
Tints of Deep Cerise #CE2B95
RGB
CMYK
RGB Variations
Color information
#CE2B95 (or 0xCE2B95) is known color: Deep Cerise. HEX triplet: CE, 2B and 95. RGB value is (206,43,149). Sum of RGB (Red+Green+Blue) = 206+43+149=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B95 is #31D46A. Grayscale: #676767. Windows color (decimal): -3265643 or 9776078. OLE color: 9776078.
HSL color Cylindrical-coordinate representation of color #CE2B95: hue angle of 320.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B95 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 149 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.19 |
| HSL | 320.98º | 0.65% | 0.49% | - |
| HSV(B) | 320.98º | 0.79% | 0.81% | - |
| XYZ | 31.74 | 17.02 | 30.05 | - |
| YUV | 103.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 149 | 0 | 0.79 | 0.28 | 0.19 | 320.98 | 0.65 | 0.49 |
| Hex | CE | 2B | 95 | 0 | 4F | 1C | 13 | 141 | 41 | 31 |
| Octal | 316 | 53 | 225 | 0 | 117 | 34 | 23 | 501 | 101 | 61 |
| Binary | 11001110 | 101011 | 10010101 | 0 | 1001111 | 11100 | 10011 | 101000001 | 1000001 | 110001 |
Color Harmonies of #CE2B95
Complementary color
Monochromatic Colors of #CE2B95
Black with #CE2B95
Text Example
Text Example
White with #CE2B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B95; }
p { color: rgb(206,43,149); }
H1.HeaderClassName
{
color: #CE2B95;
}
.AnyTagClassName
{
color: #CE2B95;
}
</style>
background-color css
<style>
a { background-color: #CE2B95; }
a { background-color: rgb(206,43,149); }
div.DivClassName
{
background-color: #CE2B95;
}
.BgClassName
{
background-color: #CE2B95;
}
</style>
border-color css
<style>
span { border-color: #CE2B95; }
span { border-color: rgb(206,43,149); }
td.TdClassName
{
border-color: #CE2B95;
}
.TagClassName
{
border-color: #CE2B95;
}
</style>