Shades of Deep Cerise #CF2AA0
Tints of Deep Cerise #CF2AA0
RGB
CMYK
RGB Variations
Color information
#CF2AA0 (or 0xCF2AA0) is known color: Deep Cerise. HEX triplet: CF, 2A and A0. RGB value is (207,42,160). Sum of RGB (Red+Green+Blue) = 207+42+160=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2AA0 is #30D55F. Grayscale: #686868. Windows color (decimal): -3200352 or 10496719. OLE color: 10496719.
HSL color Cylindrical-coordinate representation of color #CF2AA0: hue angle of 317.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2AA0 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 160 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.19 |
| HSL | 317.09º | 0.66% | 0.49% | - |
| HSV(B) | 317.09º | 0.8% | 0.81% | - |
| XYZ | 32.91 | 17.46 | 34.89 | - |
| YUV | 104.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 160 | 0 | 0.80 | 0.23 | 0.19 | 317.09 | 0.66 | 0.49 |
| Hex | CF | 2A | A0 | 0 | 50 | 17 | 13 | 13D | 42 | 31 |
| Octal | 317 | 52 | 240 | 0 | 120 | 27 | 23 | 475 | 102 | 61 |
| Binary | 11001111 | 101010 | 10100000 | 0 | 1010000 | 10111 | 10011 | 100111101 | 1000010 | 110001 |
Color Harmonies of #CF2AA0
Complementary color
Monochromatic Colors of #CF2AA0
Black with #CF2AA0
Text Example
Text Example
White with #CF2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AA0; }
p { color: rgb(207,42,160); }
H1.HeaderClassName
{
color: #CF2AA0;
}
.AnyTagClassName
{
color: #CF2AA0;
}
</style>
background-color css
<style>
a { background-color: #CF2AA0; }
a { background-color: rgb(207,42,160); }
div.DivClassName
{
background-color: #CF2AA0;
}
.BgClassName
{
background-color: #CF2AA0;
}
</style>
border-color css
<style>
span { border-color: #CF2AA0; }
span { border-color: rgb(207,42,160); }
td.TdClassName
{
border-color: #CF2AA0;
}
.TagClassName
{
border-color: #CF2AA0;
}
</style>