Shades of Deep Cerise #CE2FA9
Tints of Deep Cerise #CE2FA9
RGB
CMYK
RGB Variations
Color information
#CE2FA9 (or 0xCE2FA9) is known color: Deep Cerise. HEX triplet: CE, 2F and A9. RGB value is (206,47,169). Sum of RGB (Red+Green+Blue) = 206+47+169=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FA9 is #31D056. Grayscale: #6C6C6C. Windows color (decimal): -3264599 or 11087822. OLE color: 11087822.
HSL color Cylindrical-coordinate representation of color #CE2FA9: hue angle of 313.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FA9 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 169 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.19 |
| HSL | 313.96º | 0.63% | 0.5% | - |
| HSV(B) | 313.96º | 0.77% | 0.81% | - |
| XYZ | 33.63 | 18.02 | 39.24 | - |
| YUV | 108.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 169 | 0 | 0.77 | 0.18 | 0.19 | 313.96 | 0.63 | 0.5 |
| Hex | CE | 2F | A9 | 0 | 4D | 12 | 13 | 13A | 3F | 32 |
| Octal | 316 | 57 | 251 | 0 | 115 | 22 | 23 | 472 | 77 | 62 |
| Binary | 11001110 | 101111 | 10101001 | 0 | 1001101 | 10010 | 10011 | 100111010 | 111111 | 110010 |
Color Harmonies of #CE2FA9
Complementary color
Monochromatic Colors of #CE2FA9
Black with #CE2FA9
Text Example
Text Example
White with #CE2FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FA9; }
p { color: rgb(206,47,169); }
H1.HeaderClassName
{
color: #CE2FA9;
}
.AnyTagClassName
{
color: #CE2FA9;
}
</style>
background-color css
<style>
a { background-color: #CE2FA9; }
a { background-color: rgb(206,47,169); }
div.DivClassName
{
background-color: #CE2FA9;
}
.BgClassName
{
background-color: #CE2FA9;
}
</style>
border-color css
<style>
span { border-color: #CE2FA9; }
span { border-color: rgb(206,47,169); }
td.TdClassName
{
border-color: #CE2FA9;
}
.TagClassName
{
border-color: #CE2FA9;
}
</style>