Shades of Deep Cerise #CF2E7F
Tints of Deep Cerise #CF2E7F
RGB
CMYK
RGB Variations
Color information
#CF2E7F (or 0xCF2E7F) is known color: Deep Cerise. HEX triplet: CF, 2E and 7F. RGB value is (207,46,127). Sum of RGB (Red+Green+Blue) = 207+46+127=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E7F is #30D180. Grayscale: #676767. Windows color (decimal): -3199361 or 8335055. OLE color: 8335055.
HSL color Cylindrical-coordinate representation of color #CF2E7F: hue angle of 329.81º 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 #CF2E7F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 127 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.19 |
| HSL | 329.81º | 0.64% | 0.5% | - |
| HSV(B) | 329.81º | 0.78% | 0.81% | - |
| XYZ | 30.54 | 16.75 | 21.7 | - |
| YUV | 103.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 127 | 0 | 0.78 | 0.39 | 0.19 | 329.81 | 0.64 | 0.5 |
| Hex | CF | 2E | 7F | 0 | 4E | 27 | 13 | 14A | 40 | 32 |
| Octal | 317 | 56 | 177 | 0 | 116 | 47 | 23 | 512 | 100 | 62 |
| Binary | 11001111 | 101110 | 1111111 | 0 | 1001110 | 100111 | 10011 | 101001010 | 1000000 | 110010 |
Color Harmonies of #CF2E7F
Complementary color
Monochromatic Colors of #CF2E7F
Black with #CF2E7F
Text Example
Text Example
White with #CF2E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E7F; }
p { color: rgb(207,46,127); }
H1.HeaderClassName
{
color: #CF2E7F;
}
.AnyTagClassName
{
color: #CF2E7F;
}
</style>
background-color css
<style>
a { background-color: #CF2E7F; }
a { background-color: rgb(207,46,127); }
div.DivClassName
{
background-color: #CF2E7F;
}
.BgClassName
{
background-color: #CF2E7F;
}
</style>
border-color css
<style>
span { border-color: #CF2E7F; }
span { border-color: rgb(207,46,127); }
td.TdClassName
{
border-color: #CF2E7F;
}
.TagClassName
{
border-color: #CF2E7F;
}
</style>