Shades of Deep Cerise #CF2EAC
Tints of Deep Cerise #CF2EAC
RGB
CMYK
RGB Variations
Color information
#CF2EAC (or 0xCF2EAC) is known color: Deep Cerise. HEX triplet: CF, 2E and AC. RGB value is (207,46,172). Sum of RGB (Red+Green+Blue) = 207+46+172=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EAC is #30D153. Grayscale: #6C6C6C. Windows color (decimal): -3199316 or 11284175. OLE color: 11284175.
HSL color Cylindrical-coordinate representation of color #CF2EAC: hue angle of 313.04º 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 #CF2EAC is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 172 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.19 |
| HSL | 313.04º | 0.64% | 0.5% | - |
| HSV(B) | 313.04º | 0.78% | 0.81% | - |
| XYZ | 34.16 | 18.2 | 40.74 | - |
| YUV | 108.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 172 | 0 | 0.78 | 0.17 | 0.19 | 313.04 | 0.64 | 0.5 |
| Hex | CF | 2E | AC | 0 | 4E | 11 | 13 | 139 | 40 | 32 |
| Octal | 317 | 56 | 254 | 0 | 116 | 21 | 23 | 471 | 100 | 62 |
| Binary | 11001111 | 101110 | 10101100 | 0 | 1001110 | 10001 | 10011 | 100111001 | 1000000 | 110010 |
Color Harmonies of #CF2EAC
Complementary color
Monochromatic Colors of #CF2EAC
Black with #CF2EAC
Text Example
Text Example
White with #CF2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EAC; }
p { color: rgb(207,46,172); }
H1.HeaderClassName
{
color: #CF2EAC;
}
.AnyTagClassName
{
color: #CF2EAC;
}
</style>
background-color css
<style>
a { background-color: #CF2EAC; }
a { background-color: rgb(207,46,172); }
div.DivClassName
{
background-color: #CF2EAC;
}
.BgClassName
{
background-color: #CF2EAC;
}
</style>
border-color css
<style>
span { border-color: #CF2EAC; }
span { border-color: rgb(207,46,172); }
td.TdClassName
{
border-color: #CF2EAC;
}
.TagClassName
{
border-color: #CF2EAC;
}
</style>