Shades of Deep Cerise #CF2F7C
Tints of Deep Cerise #CF2F7C
RGB
CMYK
RGB Variations
Color information
#CF2F7C (or 0xCF2F7C) is known color: Deep Cerise. HEX triplet: CF, 2F and 7C. RGB value is (207,47,124). Sum of RGB (Red+Green+Blue) = 207+47+124=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F7C is #30D083. Grayscale: #676767. Windows color (decimal): -3199108 or 8138703. OLE color: 8138703.
HSL color Cylindrical-coordinate representation of color #CF2F7C: hue angle of 331.12º 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 #CF2F7C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 124 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.19 |
| HSL | 331.13º | 0.63% | 0.5% | - |
| HSV(B) | 331.13º | 0.77% | 0.81% | - |
| XYZ | 30.39 | 16.75 | 20.7 | - |
| YUV | 103.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 124 | 0 | 0.77 | 0.40 | 0.19 | 331.13 | 0.63 | 0.5 |
| Hex | CF | 2F | 7C | 0 | 4D | 28 | 13 | 14B | 3F | 32 |
| Octal | 317 | 57 | 174 | 0 | 115 | 50 | 23 | 513 | 77 | 62 |
| Binary | 11001111 | 101111 | 1111100 | 0 | 1001101 | 101000 | 10011 | 101001011 | 111111 | 110010 |
Color Harmonies of #CF2F7C
Complementary color
Monochromatic Colors of #CF2F7C
Black with #CF2F7C
Text Example
Text Example
White with #CF2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F7C; }
p { color: rgb(207,47,124); }
H1.HeaderClassName
{
color: #CF2F7C;
}
.AnyTagClassName
{
color: #CF2F7C;
}
</style>
background-color css
<style>
a { background-color: #CF2F7C; }
a { background-color: rgb(207,47,124); }
div.DivClassName
{
background-color: #CF2F7C;
}
.BgClassName
{
background-color: #CF2F7C;
}
</style>
border-color css
<style>
span { border-color: #CF2F7C; }
span { border-color: rgb(207,47,124); }
td.TdClassName
{
border-color: #CF2F7C;
}
.TagClassName
{
border-color: #CF2F7C;
}
</style>