Shades of Deep Cerise #CE2B9B
Tints of Deep Cerise #CE2B9B
RGB
CMYK
RGB Variations
Color information
#CE2B9B (or 0xCE2B9B) is known color: Deep Cerise. HEX triplet: CE, 2B and 9B. RGB value is (206,43,155). Sum of RGB (Red+Green+Blue) = 206+43+155=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B9B is #31D464. Grayscale: #686868. Windows color (decimal): -3265637 or 10169294. OLE color: 10169294.
HSL color Cylindrical-coordinate representation of color #CE2B9B: hue angle of 318.77º 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 #CE2B9B is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 155 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.19 |
| HSL | 318.77º | 0.65% | 0.49% | - |
| HSV(B) | 318.77º | 0.79% | 0.81% | - |
| XYZ | 32.23 | 17.22 | 32.63 | - |
| YUV | 104.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 155 | 0 | 0.79 | 0.25 | 0.19 | 318.77 | 0.65 | 0.49 |
| Hex | CE | 2B | 9B | 0 | 4F | 19 | 13 | 13F | 41 | 31 |
| Octal | 316 | 53 | 233 | 0 | 117 | 31 | 23 | 477 | 101 | 61 |
| Binary | 11001110 | 101011 | 10011011 | 0 | 1001111 | 11001 | 10011 | 100111111 | 1000001 | 110001 |
Color Harmonies of #CE2B9B
Complementary color
Monochromatic Colors of #CE2B9B
Black with #CE2B9B
Text Example
Text Example
White with #CE2B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B9B; }
p { color: rgb(206,43,155); }
H1.HeaderClassName
{
color: #CE2B9B;
}
.AnyTagClassName
{
color: #CE2B9B;
}
</style>
background-color css
<style>
a { background-color: #CE2B9B; }
a { background-color: rgb(206,43,155); }
div.DivClassName
{
background-color: #CE2B9B;
}
.BgClassName
{
background-color: #CE2B9B;
}
</style>
border-color css
<style>
span { border-color: #CE2B9B; }
span { border-color: rgb(206,43,155); }
td.TdClassName
{
border-color: #CE2B9B;
}
.TagClassName
{
border-color: #CE2B9B;
}
</style>