Shades of Deep Cerise #CE2B81
Tints of Deep Cerise #CE2B81
RGB
CMYK
RGB Variations
Color information
#CE2B81 (or 0xCE2B81) is known color: Deep Cerise. HEX triplet: CE, 2B and 81. RGB value is (206,43,129). Sum of RGB (Red+Green+Blue) = 206+43+129=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B81 is #31D47E. Grayscale: #656565. Windows color (decimal): -3265663 or 8465358. OLE color: 8465358.
HSL color Cylindrical-coordinate representation of color #CE2B81: hue angle of 328.34º 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 #CE2B81 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 129 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.19 |
| HSL | 328.34º | 0.65% | 0.49% | - |
| HSV(B) | 328.34º | 0.79% | 0.81% | - |
| XYZ | 30.28 | 16.43 | 22.35 | - |
| YUV | 101.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 129 | 0 | 0.79 | 0.37 | 0.19 | 328.34 | 0.65 | 0.49 |
| Hex | CE | 2B | 81 | 0 | 4F | 25 | 13 | 148 | 41 | 31 |
| Octal | 316 | 53 | 201 | 0 | 117 | 45 | 23 | 510 | 101 | 61 |
| Binary | 11001110 | 101011 | 10000001 | 0 | 1001111 | 100101 | 10011 | 101001000 | 1000001 | 110001 |
Color Harmonies of #CE2B81
Complementary color
Monochromatic Colors of #CE2B81
Black with #CE2B81
Text Example
Text Example
White with #CE2B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B81; }
p { color: rgb(206,43,129); }
H1.HeaderClassName
{
color: #CE2B81;
}
.AnyTagClassName
{
color: #CE2B81;
}
</style>
background-color css
<style>
a { background-color: #CE2B81; }
a { background-color: rgb(206,43,129); }
div.DivClassName
{
background-color: #CE2B81;
}
.BgClassName
{
background-color: #CE2B81;
}
</style>
border-color css
<style>
span { border-color: #CE2B81; }
span { border-color: rgb(206,43,129); }
td.TdClassName
{
border-color: #CE2B81;
}
.TagClassName
{
border-color: #CE2B81;
}
</style>