Shades of Deep Cerise #CF2E81
Tints of Deep Cerise #CF2E81
RGB
CMYK
RGB Variations
Color information
#CF2E81 (or 0xCF2E81) is known color: Deep Cerise. HEX triplet: CF, 2E and 81. RGB value is (207,46,129). Sum of RGB (Red+Green+Blue) = 207+46+129=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E81 is #30D17E. Grayscale: #676767. Windows color (decimal): -3199359 or 8466127. OLE color: 8466127.
HSL color Cylindrical-coordinate representation of color #CF2E81: hue angle of 329.07º 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 #CF2E81 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 129 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.19 |
| HSL | 329.07º | 0.64% | 0.5% | - |
| HSV(B) | 329.07º | 0.78% | 0.81% | - |
| XYZ | 30.67 | 16.8 | 22.4 | - |
| YUV | 103.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 129 | 0 | 0.78 | 0.38 | 0.19 | 329.07 | 0.64 | 0.5 |
| Hex | CF | 2E | 81 | 0 | 4E | 26 | 13 | 149 | 40 | 32 |
| Octal | 317 | 56 | 201 | 0 | 116 | 46 | 23 | 511 | 100 | 62 |
| Binary | 11001111 | 101110 | 10000001 | 0 | 1001110 | 100110 | 10011 | 101001001 | 1000000 | 110010 |
Color Harmonies of #CF2E81
Complementary color
Monochromatic Colors of #CF2E81
Black with #CF2E81
Text Example
Text Example
White with #CF2E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E81; }
p { color: rgb(207,46,129); }
H1.HeaderClassName
{
color: #CF2E81;
}
.AnyTagClassName
{
color: #CF2E81;
}
</style>
background-color css
<style>
a { background-color: #CF2E81; }
a { background-color: rgb(207,46,129); }
div.DivClassName
{
background-color: #CF2E81;
}
.BgClassName
{
background-color: #CF2E81;
}
</style>
border-color css
<style>
span { border-color: #CF2E81; }
span { border-color: rgb(207,46,129); }
td.TdClassName
{
border-color: #CF2E81;
}
.TagClassName
{
border-color: #CF2E81;
}
</style>