Shades of Deep Cerise #CF2EAB
Tints of Deep Cerise #CF2EAB
RGB
CMYK
RGB Variations
Color information
#CF2EAB (or 0xCF2EAB) is known color: Deep Cerise. HEX triplet: CF, 2E and AB. RGB value is (207,46,171). Sum of RGB (Red+Green+Blue) = 207+46+171=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EAB is #30D154. Grayscale: #6C6C6C. Windows color (decimal): -3199317 or 11218639. OLE color: 11218639.
HSL color Cylindrical-coordinate representation of color #CF2EAB: hue angle of 313.42º 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 #CF2EAB is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 171 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.19 |
| HSL | 313.42º | 0.64% | 0.5% | - |
| HSV(B) | 313.42º | 0.78% | 0.81% | - |
| XYZ | 34.06 | 18.16 | 40.24 | - |
| YUV | 108.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 171 | 0 | 0.78 | 0.17 | 0.19 | 313.42 | 0.64 | 0.5 |
| Hex | CF | 2E | AB | 0 | 4E | 11 | 13 | 139 | 40 | 32 |
| Octal | 317 | 56 | 253 | 0 | 116 | 21 | 23 | 471 | 100 | 62 |
| Binary | 11001111 | 101110 | 10101011 | 0 | 1001110 | 10001 | 10011 | 100111001 | 1000000 | 110010 |
Color Harmonies of #CF2EAB
Complementary color
Monochromatic Colors of #CF2EAB
Black with #CF2EAB
Text Example
Text Example
White with #CF2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EAB; }
p { color: rgb(207,46,171); }
H1.HeaderClassName
{
color: #CF2EAB;
}
.AnyTagClassName
{
color: #CF2EAB;
}
</style>
background-color css
<style>
a { background-color: #CF2EAB; }
a { background-color: rgb(207,46,171); }
div.DivClassName
{
background-color: #CF2EAB;
}
.BgClassName
{
background-color: #CF2EAB;
}
</style>
border-color css
<style>
span { border-color: #CF2EAB; }
span { border-color: rgb(207,46,171); }
td.TdClassName
{
border-color: #CF2EAB;
}
.TagClassName
{
border-color: #CF2EAB;
}
</style>