Shades of Deep Cerise #CF2AA6
Tints of Deep Cerise #CF2AA6
RGB
CMYK
RGB Variations
Color information
#CF2AA6 (or 0xCF2AA6) is known color: Deep Cerise. HEX triplet: CF, 2A and A6. RGB value is (207,42,166). Sum of RGB (Red+Green+Blue) = 207+42+166=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2AA6 is #30D559. Grayscale: #696969. Windows color (decimal): -3200346 or 10889935. OLE color: 10889935.
HSL color Cylindrical-coordinate representation of color #CF2AA6: hue angle of 314.91º 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 #CF2AA6 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 166 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.19 |
| HSL | 314.91º | 0.66% | 0.49% | - |
| HSV(B) | 314.91º | 0.8% | 0.81% | - |
| XYZ | 33.44 | 17.67 | 37.73 | - |
| YUV | 105.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 166 | 0 | 0.80 | 0.20 | 0.19 | 314.91 | 0.66 | 0.49 |
| Hex | CF | 2A | A6 | 0 | 50 | 14 | 13 | 13B | 42 | 31 |
| Octal | 317 | 52 | 246 | 0 | 120 | 24 | 23 | 473 | 102 | 61 |
| Binary | 11001111 | 101010 | 10100110 | 0 | 1010000 | 10100 | 10011 | 100111011 | 1000010 | 110001 |
Color Harmonies of #CF2AA6
Complementary color
Monochromatic Colors of #CF2AA6
Black with #CF2AA6
Text Example
Text Example
White with #CF2AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AA6; }
p { color: rgb(207,42,166); }
H1.HeaderClassName
{
color: #CF2AA6;
}
.AnyTagClassName
{
color: #CF2AA6;
}
</style>
background-color css
<style>
a { background-color: #CF2AA6; }
a { background-color: rgb(207,42,166); }
div.DivClassName
{
background-color: #CF2AA6;
}
.BgClassName
{
background-color: #CF2AA6;
}
</style>
border-color css
<style>
span { border-color: #CF2AA6; }
span { border-color: rgb(207,42,166); }
td.TdClassName
{
border-color: #CF2AA6;
}
.TagClassName
{
border-color: #CF2AA6;
}
</style>