Shades of Deep Cerise #CF2DA2
Tints of Deep Cerise #CF2DA2
RGB
CMYK
RGB Variations
Color information
#CF2DA2 (or 0xCF2DA2) is known color: Deep Cerise. HEX triplet: CF, 2D and A2. RGB value is (207,45,162). Sum of RGB (Red+Green+Blue) = 207+45+162=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DA2 is #30D25D. Grayscale: #6A6A6A. Windows color (decimal): -3199582 or 10628559. OLE color: 10628559.
HSL color Cylindrical-coordinate representation of color #CF2DA2: hue angle of 316.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DA2 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 162 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.19 |
| HSL | 316.67º | 0.64% | 0.49% | - |
| HSV(B) | 316.67º | 0.78% | 0.81% | - |
| XYZ | 33.19 | 17.75 | 35.86 | - |
| YUV | 106.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 162 | 0 | 0.78 | 0.22 | 0.19 | 316.67 | 0.64 | 0.49 |
| Hex | CF | 2D | A2 | 0 | 4E | 16 | 13 | 13D | 40 | 31 |
| Octal | 317 | 55 | 242 | 0 | 116 | 26 | 23 | 475 | 100 | 61 |
| Binary | 11001111 | 101101 | 10100010 | 0 | 1001110 | 10110 | 10011 | 100111101 | 1000000 | 110001 |
Color Harmonies of #CF2DA2
Complementary color
Monochromatic Colors of #CF2DA2
Black with #CF2DA2
Text Example
Text Example
White with #CF2DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DA2; }
p { color: rgb(207,45,162); }
H1.HeaderClassName
{
color: #CF2DA2;
}
.AnyTagClassName
{
color: #CF2DA2;
}
</style>
background-color css
<style>
a { background-color: #CF2DA2; }
a { background-color: rgb(207,45,162); }
div.DivClassName
{
background-color: #CF2DA2;
}
.BgClassName
{
background-color: #CF2DA2;
}
</style>
border-color css
<style>
span { border-color: #CF2DA2; }
span { border-color: rgb(207,45,162); }
td.TdClassName
{
border-color: #CF2DA2;
}
.TagClassName
{
border-color: #CF2DA2;
}
</style>