Shades of Deep Cerise #CF2E7C
Tints of Deep Cerise #CF2E7C
RGB
CMYK
RGB Variations
Color information
#CF2E7C (or 0xCF2E7C) is known color: Deep Cerise. HEX triplet: CF, 2E and 7C. RGB value is (207,46,124). Sum of RGB (Red+Green+Blue) = 207+46+124=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E7C is #30D183. Grayscale: #666666. Windows color (decimal): -3199364 or 8138447. OLE color: 8138447.
HSL color Cylindrical-coordinate representation of color #CF2E7C: hue angle of 330.93º 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 #CF2E7C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 124 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.19 |
| HSL | 330.93º | 0.64% | 0.5% | - |
| HSV(B) | 330.93º | 0.78% | 0.81% | - |
| XYZ | 30.35 | 16.67 | 20.69 | - |
| YUV | 103.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 124 | 0 | 0.78 | 0.40 | 0.19 | 330.93 | 0.64 | 0.5 |
| Hex | CF | 2E | 7C | 0 | 4E | 28 | 13 | 14B | 40 | 32 |
| Octal | 317 | 56 | 174 | 0 | 116 | 50 | 23 | 513 | 100 | 62 |
| Binary | 11001111 | 101110 | 1111100 | 0 | 1001110 | 101000 | 10011 | 101001011 | 1000000 | 110010 |
Color Harmonies of #CF2E7C
Complementary color
Monochromatic Colors of #CF2E7C
Black with #CF2E7C
Text Example
Text Example
White with #CF2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E7C; }
p { color: rgb(207,46,124); }
H1.HeaderClassName
{
color: #CF2E7C;
}
.AnyTagClassName
{
color: #CF2E7C;
}
</style>
background-color css
<style>
a { background-color: #CF2E7C; }
a { background-color: rgb(207,46,124); }
div.DivClassName
{
background-color: #CF2E7C;
}
.BgClassName
{
background-color: #CF2E7C;
}
</style>
border-color css
<style>
span { border-color: #CF2E7C; }
span { border-color: rgb(207,46,124); }
td.TdClassName
{
border-color: #CF2E7C;
}
.TagClassName
{
border-color: #CF2E7C;
}
</style>