Shades of Deep Cerise #CF2FAB
Tints of Deep Cerise #CF2FAB
RGB
CMYK
RGB Variations
Color information
#CF2FAB (or 0xCF2FAB) is known color: Deep Cerise. HEX triplet: CF, 2F and AB. RGB value is (207,47,171). Sum of RGB (Red+Green+Blue) = 207+47+171=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FAB is #30D054. Grayscale: #6C6C6C. Windows color (decimal): -3199061 or 11218895. OLE color: 11218895.
HSL color Cylindrical-coordinate representation of color #CF2FAB: hue angle of 313.5º 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 #CF2FAB is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 171 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.19 |
| HSL | 313.5º | 0.63% | 0.5% | - |
| HSV(B) | 313.5º | 0.77% | 0.81% | - |
| XYZ | 34.1 | 18.24 | 40.25 | - |
| YUV | 108.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 171 | 0 | 0.77 | 0.17 | 0.19 | 313.5 | 0.63 | 0.5 |
| Hex | CF | 2F | AB | 0 | 4D | 11 | 13 | 13A | 3F | 32 |
| Octal | 317 | 57 | 253 | 0 | 115 | 21 | 23 | 472 | 77 | 62 |
| Binary | 11001111 | 101111 | 10101011 | 0 | 1001101 | 10001 | 10011 | 100111010 | 111111 | 110010 |
Color Harmonies of #CF2FAB
Complementary color
Monochromatic Colors of #CF2FAB
Black with #CF2FAB
Text Example
Text Example
White with #CF2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FAB; }
p { color: rgb(207,47,171); }
H1.HeaderClassName
{
color: #CF2FAB;
}
.AnyTagClassName
{
color: #CF2FAB;
}
</style>
background-color css
<style>
a { background-color: #CF2FAB; }
a { background-color: rgb(207,47,171); }
div.DivClassName
{
background-color: #CF2FAB;
}
.BgClassName
{
background-color: #CF2FAB;
}
</style>
border-color css
<style>
span { border-color: #CF2FAB; }
span { border-color: rgb(207,47,171); }
td.TdClassName
{
border-color: #CF2FAB;
}
.TagClassName
{
border-color: #CF2FAB;
}
</style>