Shades of Deep Cerise #CF2EA9
Tints of Deep Cerise #CF2EA9
RGB
CMYK
RGB Variations
Color information
#CF2EA9 (or 0xCF2EA9) is known color: Deep Cerise. HEX triplet: CF, 2E and A9. RGB value is (207,46,169). Sum of RGB (Red+Green+Blue) = 207+46+169=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EA9 is #30D156. Grayscale: #6B6B6B. Windows color (decimal): -3199319 or 11087567. OLE color: 11087567.
HSL color Cylindrical-coordinate representation of color #CF2EA9: hue angle of 314.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2EA9 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 169 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.19 |
| HSL | 314.16º | 0.64% | 0.5% | - |
| HSV(B) | 314.16º | 0.78% | 0.81% | - |
| XYZ | 33.87 | 18.08 | 39.24 | - |
| YUV | 108.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 169 | 0 | 0.78 | 0.18 | 0.19 | 314.16 | 0.64 | 0.5 |
| Hex | CF | 2E | A9 | 0 | 4E | 12 | 13 | 13A | 40 | 32 |
| Octal | 317 | 56 | 251 | 0 | 116 | 22 | 23 | 472 | 100 | 62 |
| Binary | 11001111 | 101110 | 10101001 | 0 | 1001110 | 10010 | 10011 | 100111010 | 1000000 | 110010 |
Color Harmonies of #CF2EA9
Complementary color
Monochromatic Colors of #CF2EA9
Black with #CF2EA9
Text Example
Text Example
White with #CF2EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EA9; }
p { color: rgb(207,46,169); }
H1.HeaderClassName
{
color: #CF2EA9;
}
.AnyTagClassName
{
color: #CF2EA9;
}
</style>
background-color css
<style>
a { background-color: #CF2EA9; }
a { background-color: rgb(207,46,169); }
div.DivClassName
{
background-color: #CF2EA9;
}
.BgClassName
{
background-color: #CF2EA9;
}
</style>
border-color css
<style>
span { border-color: #CF2EA9; }
span { border-color: rgb(207,46,169); }
td.TdClassName
{
border-color: #CF2EA9;
}
.TagClassName
{
border-color: #CF2EA9;
}
</style>