Shades of Deep Cerise #CE2DAB
Tints of Deep Cerise #CE2DAB
RGB
CMYK
RGB Variations
Color information
#CE2DAB (or 0xCE2DAB) is known color: Deep Cerise. HEX triplet: CE, 2D and AB. RGB value is (206,45,171). Sum of RGB (Red+Green+Blue) = 206+45+171=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DAB is #31D254. Grayscale: #6B6B6B. Windows color (decimal): -3265109 or 11218382. OLE color: 11218382.
HSL color Cylindrical-coordinate representation of color #CE2DAB: hue angle of 313.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DAB is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 171 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.19 |
| HSL | 313.04º | 0.64% | 0.49% | - |
| HSV(B) | 313.04º | 0.78% | 0.81% | - |
| XYZ | 33.74 | 17.94 | 40.21 | - |
| YUV | 107.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 171 | 0 | 0.78 | 0.17 | 0.19 | 313.04 | 0.64 | 0.49 |
| Hex | CE | 2D | AB | 0 | 4E | 11 | 13 | 139 | 40 | 31 |
| Octal | 316 | 55 | 253 | 0 | 116 | 21 | 23 | 471 | 100 | 61 |
| Binary | 11001110 | 101101 | 10101011 | 0 | 1001110 | 10001 | 10011 | 100111001 | 1000000 | 110001 |
Color Harmonies of #CE2DAB
Complementary color
Monochromatic Colors of #CE2DAB
Black with #CE2DAB
Text Example
Text Example
White with #CE2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DAB; }
p { color: rgb(206,45,171); }
H1.HeaderClassName
{
color: #CE2DAB;
}
.AnyTagClassName
{
color: #CE2DAB;
}
</style>
background-color css
<style>
a { background-color: #CE2DAB; }
a { background-color: rgb(206,45,171); }
div.DivClassName
{
background-color: #CE2DAB;
}
.BgClassName
{
background-color: #CE2DAB;
}
</style>
border-color css
<style>
span { border-color: #CE2DAB; }
span { border-color: rgb(206,45,171); }
td.TdClassName
{
border-color: #CE2DAB;
}
.TagClassName
{
border-color: #CE2DAB;
}
</style>