Shades of Deep Cerise #CE2B89
Tints of Deep Cerise #CE2B89
RGB
CMYK
RGB Variations
Color information
#CE2B89 (or 0xCE2B89) is known color: Deep Cerise. HEX triplet: CE, 2B and 89. RGB value is (206,43,137). Sum of RGB (Red+Green+Blue) = 206+43+137=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B89 is #31D476. Grayscale: #666666. Windows color (decimal): -3265655 or 8989646. OLE color: 8989646.
HSL color Cylindrical-coordinate representation of color #CE2B89: hue angle of 325.4º 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 #CE2B89 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 137 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.19 |
| HSL | 325.4º | 0.65% | 0.49% | - |
| HSV(B) | 325.4º | 0.79% | 0.81% | - |
| XYZ | 30.83 | 16.66 | 25.26 | - |
| YUV | 102.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 137 | 0 | 0.79 | 0.33 | 0.19 | 325.4 | 0.65 | 0.49 |
| Hex | CE | 2B | 89 | 0 | 4F | 21 | 13 | 145 | 41 | 31 |
| Octal | 316 | 53 | 211 | 0 | 117 | 41 | 23 | 505 | 101 | 61 |
| Binary | 11001110 | 101011 | 10001001 | 0 | 1001111 | 100001 | 10011 | 101000101 | 1000001 | 110001 |
Color Harmonies of #CE2B89
Complementary color
Monochromatic Colors of #CE2B89
Black with #CE2B89
Text Example
Text Example
White with #CE2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B89; }
p { color: rgb(206,43,137); }
H1.HeaderClassName
{
color: #CE2B89;
}
.AnyTagClassName
{
color: #CE2B89;
}
</style>
background-color css
<style>
a { background-color: #CE2B89; }
a { background-color: rgb(206,43,137); }
div.DivClassName
{
background-color: #CE2B89;
}
.BgClassName
{
background-color: #CE2B89;
}
</style>
border-color css
<style>
span { border-color: #CE2B89; }
span { border-color: rgb(206,43,137); }
td.TdClassName
{
border-color: #CE2B89;
}
.TagClassName
{
border-color: #CE2B89;
}
</style>