Shades of Deep Cerise #CE2BAA
Tints of Deep Cerise #CE2BAA
RGB
CMYK
RGB Variations
Color information
#CE2BAA (or 0xCE2BAA) is known color: Deep Cerise. HEX triplet: CE, 2B and AA. RGB value is (206,43,170). Sum of RGB (Red+Green+Blue) = 206+43+170=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BAA is #31D455. Grayscale: #696969. Windows color (decimal): -3265622 or 11152334. OLE color: 11152334.
HSL color Cylindrical-coordinate representation of color #CE2BAA: hue angle of 313.25º 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 #CE2BAA is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 170 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.19 |
| HSL | 313.25º | 0.65% | 0.49% | - |
| HSV(B) | 313.25º | 0.79% | 0.81% | - |
| XYZ | 33.57 | 17.75 | 39.69 | - |
| YUV | 106.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 170 | 0 | 0.79 | 0.17 | 0.19 | 313.25 | 0.65 | 0.49 |
| Hex | CE | 2B | AA | 0 | 4F | 11 | 13 | 139 | 41 | 31 |
| Octal | 316 | 53 | 252 | 0 | 117 | 21 | 23 | 471 | 101 | 61 |
| Binary | 11001110 | 101011 | 10101010 | 0 | 1001111 | 10001 | 10011 | 100111001 | 1000001 | 110001 |
Color Harmonies of #CE2BAA
Complementary color
Monochromatic Colors of #CE2BAA
Black with #CE2BAA
Text Example
Text Example
White with #CE2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BAA; }
p { color: rgb(206,43,170); }
H1.HeaderClassName
{
color: #CE2BAA;
}
.AnyTagClassName
{
color: #CE2BAA;
}
</style>
background-color css
<style>
a { background-color: #CE2BAA; }
a { background-color: rgb(206,43,170); }
div.DivClassName
{
background-color: #CE2BAA;
}
.BgClassName
{
background-color: #CE2BAA;
}
</style>
border-color css
<style>
span { border-color: #CE2BAA; }
span { border-color: rgb(206,43,170); }
td.TdClassName
{
border-color: #CE2BAA;
}
.TagClassName
{
border-color: #CE2BAA;
}
</style>