Shades of Deep Cerise #CF2EA0
Tints of Deep Cerise #CF2EA0
RGB
CMYK
RGB Variations
Color information
#CF2EA0 (or 0xCF2EA0) is known color: Deep Cerise. HEX triplet: CF, 2E and A0. RGB value is (207,46,160). Sum of RGB (Red+Green+Blue) = 207+46+160=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EA0 is #30D15F. Grayscale: #6A6A6A. Windows color (decimal): -3199328 or 10497743. OLE color: 10497743.
HSL color Cylindrical-coordinate representation of color #CF2EA0: hue angle of 317.52º 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 #CF2EA0 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 160 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.19 |
| HSL | 317.52º | 0.64% | 0.5% | - |
| HSV(B) | 317.52º | 0.78% | 0.81% | - |
| XYZ | 33.05 | 17.76 | 34.94 | - |
| YUV | 107.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 160 | 0 | 0.78 | 0.23 | 0.19 | 317.52 | 0.64 | 0.5 |
| Hex | CF | 2E | A0 | 0 | 4E | 17 | 13 | 13E | 40 | 32 |
| Octal | 317 | 56 | 240 | 0 | 116 | 27 | 23 | 476 | 100 | 62 |
| Binary | 11001111 | 101110 | 10100000 | 0 | 1001110 | 10111 | 10011 | 100111110 | 1000000 | 110010 |
Color Harmonies of #CF2EA0
Complementary color
Monochromatic Colors of #CF2EA0
Black with #CF2EA0
Text Example
Text Example
White with #CF2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EA0; }
p { color: rgb(207,46,160); }
H1.HeaderClassName
{
color: #CF2EA0;
}
.AnyTagClassName
{
color: #CF2EA0;
}
</style>
background-color css
<style>
a { background-color: #CF2EA0; }
a { background-color: rgb(207,46,160); }
div.DivClassName
{
background-color: #CF2EA0;
}
.BgClassName
{
background-color: #CF2EA0;
}
</style>
border-color css
<style>
span { border-color: #CF2EA0; }
span { border-color: rgb(207,46,160); }
td.TdClassName
{
border-color: #CF2EA0;
}
.TagClassName
{
border-color: #CF2EA0;
}
</style>