Shades of Deep Cerise #CF2EA4
Tints of Deep Cerise #CF2EA4
RGB
CMYK
RGB Variations
Color information
#CF2EA4 (or 0xCF2EA4) is known color: Deep Cerise. HEX triplet: CF, 2E and A4. RGB value is (207,46,164). Sum of RGB (Red+Green+Blue) = 207+46+164=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EA4 is #30D15B. Grayscale: #6B6B6B. Windows color (decimal): -3199324 or 10759887. OLE color: 10759887.
HSL color Cylindrical-coordinate representation of color #CF2EA4: hue angle of 316.02º 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 #CF2EA4 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 164 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.19 |
| HSL | 316.02º | 0.64% | 0.5% | - |
| HSV(B) | 316.02º | 0.78% | 0.81% | - |
| XYZ | 33.41 | 17.9 | 36.82 | - |
| YUV | 107.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 164 | 0 | 0.78 | 0.21 | 0.19 | 316.02 | 0.64 | 0.5 |
| Hex | CF | 2E | A4 | 0 | 4E | 15 | 13 | 13C | 40 | 32 |
| Octal | 317 | 56 | 244 | 0 | 116 | 25 | 23 | 474 | 100 | 62 |
| Binary | 11001111 | 101110 | 10100100 | 0 | 1001110 | 10101 | 10011 | 100111100 | 1000000 | 110010 |
Color Harmonies of #CF2EA4
Complementary color
Monochromatic Colors of #CF2EA4
Black with #CF2EA4
Text Example
Text Example
White with #CF2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EA4; }
p { color: rgb(207,46,164); }
H1.HeaderClassName
{
color: #CF2EA4;
}
.AnyTagClassName
{
color: #CF2EA4;
}
</style>
background-color css
<style>
a { background-color: #CF2EA4; }
a { background-color: rgb(207,46,164); }
div.DivClassName
{
background-color: #CF2EA4;
}
.BgClassName
{
background-color: #CF2EA4;
}
</style>
border-color css
<style>
span { border-color: #CF2EA4; }
span { border-color: rgb(207,46,164); }
td.TdClassName
{
border-color: #CF2EA4;
}
.TagClassName
{
border-color: #CF2EA4;
}
</style>