Shades of Deep Cerise #CE2B9A
Tints of Deep Cerise #CE2B9A
RGB
CMYK
RGB Variations
Color information
#CE2B9A (or 0xCE2B9A) is known color: Deep Cerise. HEX triplet: CE, 2B and 9A. RGB value is (206,43,154). Sum of RGB (Red+Green+Blue) = 206+43+154=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B9A is #31D465. Grayscale: #686868. Windows color (decimal): -3265638 or 10103758. OLE color: 10103758.
HSL color Cylindrical-coordinate representation of color #CE2B9A: hue angle of 319.14º 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 #CE2B9A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 154 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.19 |
| HSL | 319.14º | 0.65% | 0.49% | - |
| HSV(B) | 319.14º | 0.79% | 0.81% | - |
| XYZ | 32.15 | 17.18 | 32.19 | - |
| YUV | 104.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 154 | 0 | 0.79 | 0.25 | 0.19 | 319.14 | 0.65 | 0.49 |
| Hex | CE | 2B | 9A | 0 | 4F | 19 | 13 | 13F | 41 | 31 |
| Octal | 316 | 53 | 232 | 0 | 117 | 31 | 23 | 477 | 101 | 61 |
| Binary | 11001110 | 101011 | 10011010 | 0 | 1001111 | 11001 | 10011 | 100111111 | 1000001 | 110001 |
Color Harmonies of #CE2B9A
Complementary color
Monochromatic Colors of #CE2B9A
Black with #CE2B9A
Text Example
Text Example
White with #CE2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B9A; }
p { color: rgb(206,43,154); }
H1.HeaderClassName
{
color: #CE2B9A;
}
.AnyTagClassName
{
color: #CE2B9A;
}
</style>
background-color css
<style>
a { background-color: #CE2B9A; }
a { background-color: rgb(206,43,154); }
div.DivClassName
{
background-color: #CE2B9A;
}
.BgClassName
{
background-color: #CE2B9A;
}
</style>
border-color css
<style>
span { border-color: #CE2B9A; }
span { border-color: rgb(206,43,154); }
td.TdClassName
{
border-color: #CE2B9A;
}
.TagClassName
{
border-color: #CE2B9A;
}
</style>