Shades of Deep Cerise #CF2FAA
Tints of Deep Cerise #CF2FAA
RGB
CMYK
RGB Variations
Color information
#CF2FAA (or 0xCF2FAA) is known color: Deep Cerise. HEX triplet: CF, 2F and AA. RGB value is (207,47,170). Sum of RGB (Red+Green+Blue) = 207+47+170=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FAA is #30D055. Grayscale: #6C6C6C. Windows color (decimal): -3199062 or 11153359. OLE color: 11153359.
HSL color Cylindrical-coordinate representation of color #CF2FAA: hue angle of 313.88º 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 #CF2FAA is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 170 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.19 |
| HSL | 313.88º | 0.63% | 0.5% | - |
| HSV(B) | 313.88º | 0.77% | 0.81% | - |
| XYZ | 34 | 18.2 | 39.75 | - |
| YUV | 108.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 170 | 0 | 0.77 | 0.18 | 0.19 | 313.88 | 0.63 | 0.5 |
| Hex | CF | 2F | AA | 0 | 4D | 12 | 13 | 13A | 3F | 32 |
| Octal | 317 | 57 | 252 | 0 | 115 | 22 | 23 | 472 | 77 | 62 |
| Binary | 11001111 | 101111 | 10101010 | 0 | 1001101 | 10010 | 10011 | 100111010 | 111111 | 110010 |
Color Harmonies of #CF2FAA
Complementary color
Monochromatic Colors of #CF2FAA
Black with #CF2FAA
Text Example
Text Example
White with #CF2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FAA; }
p { color: rgb(207,47,170); }
H1.HeaderClassName
{
color: #CF2FAA;
}
.AnyTagClassName
{
color: #CF2FAA;
}
</style>
background-color css
<style>
a { background-color: #CF2FAA; }
a { background-color: rgb(207,47,170); }
div.DivClassName
{
background-color: #CF2FAA;
}
.BgClassName
{
background-color: #CF2FAA;
}
</style>
border-color css
<style>
span { border-color: #CF2FAA; }
span { border-color: rgb(207,47,170); }
td.TdClassName
{
border-color: #CF2FAA;
}
.TagClassName
{
border-color: #CF2FAA;
}
</style>