Shades of Deep Cerise #CE2BAD
Tints of Deep Cerise #CE2BAD
RGB
CMYK
RGB Variations
Color information
#CE2BAD (or 0xCE2BAD) is known color: Deep Cerise. HEX triplet: CE, 2B and AD. RGB value is (206,43,173). Sum of RGB (Red+Green+Blue) = 206+43+173=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BAD is #31D452. Grayscale: #6A6A6A. Windows color (decimal): -3265619 or 11348942. OLE color: 11348942.
HSL color Cylindrical-coordinate representation of color #CE2BAD: hue angle of 312.15º 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 #CE2BAD is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 173 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.19 |
| HSL | 312.15º | 0.65% | 0.49% | - |
| HSV(B) | 312.15º | 0.79% | 0.81% | - |
| XYZ | 33.86 | 17.87 | 41.2 | - |
| YUV | 106.56 | 165.5 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 173 | 0 | 0.79 | 0.16 | 0.19 | 312.15 | 0.65 | 0.49 |
| Hex | CE | 2B | AD | 0 | 4F | 10 | 13 | 138 | 41 | 31 |
| Octal | 316 | 53 | 255 | 0 | 117 | 20 | 23 | 470 | 101 | 61 |
| Binary | 11001110 | 101011 | 10101101 | 0 | 1001111 | 10000 | 10011 | 100111000 | 1000001 | 110001 |
Color Harmonies of #CE2BAD
Complementary color
Monochromatic Colors of #CE2BAD
Black with #CE2BAD
Text Example
Text Example
White with #CE2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BAD; }
p { color: rgb(206,43,173); }
H1.HeaderClassName
{
color: #CE2BAD;
}
.AnyTagClassName
{
color: #CE2BAD;
}
</style>
background-color css
<style>
a { background-color: #CE2BAD; }
a { background-color: rgb(206,43,173); }
div.DivClassName
{
background-color: #CE2BAD;
}
.BgClassName
{
background-color: #CE2BAD;
}
</style>
border-color css
<style>
span { border-color: #CE2BAD; }
span { border-color: rgb(206,43,173); }
td.TdClassName
{
border-color: #CE2BAD;
}
.TagClassName
{
border-color: #CE2BAD;
}
</style>