Shades of Deep Cerise #CF2FA2
Tints of Deep Cerise #CF2FA2
RGB
CMYK
RGB Variations
Color information
#CF2FA2 (or 0xCF2FA2) is known color: Deep Cerise. HEX triplet: CF, 2F and A2. RGB value is (207,47,162). Sum of RGB (Red+Green+Blue) = 207+47+162=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FA2 is #30D05D. Grayscale: #6B6B6B. Windows color (decimal): -3199070 or 10629071. OLE color: 10629071.
HSL color Cylindrical-coordinate representation of color #CF2FA2: hue angle of 316.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 #CF2FA2 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 162 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.19 |
| HSL | 316.88º | 0.63% | 0.5% | - |
| HSV(B) | 316.88º | 0.77% | 0.81% | - |
| XYZ | 33.27 | 17.91 | 35.89 | - |
| YUV | 107.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 162 | 0 | 0.77 | 0.22 | 0.19 | 316.88 | 0.63 | 0.5 |
| Hex | CF | 2F | A2 | 0 | 4D | 16 | 13 | 13D | 3F | 32 |
| Octal | 317 | 57 | 242 | 0 | 115 | 26 | 23 | 475 | 77 | 62 |
| Binary | 11001111 | 101111 | 10100010 | 0 | 1001101 | 10110 | 10011 | 100111101 | 111111 | 110010 |
Color Harmonies of #CF2FA2
Complementary color
Monochromatic Colors of #CF2FA2
Black with #CF2FA2
Text Example
Text Example
White with #CF2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FA2; }
p { color: rgb(207,47,162); }
H1.HeaderClassName
{
color: #CF2FA2;
}
.AnyTagClassName
{
color: #CF2FA2;
}
</style>
background-color css
<style>
a { background-color: #CF2FA2; }
a { background-color: rgb(207,47,162); }
div.DivClassName
{
background-color: #CF2FA2;
}
.BgClassName
{
background-color: #CF2FA2;
}
</style>
border-color css
<style>
span { border-color: #CF2FA2; }
span { border-color: rgb(207,47,162); }
td.TdClassName
{
border-color: #CF2FA2;
}
.TagClassName
{
border-color: #CF2FA2;
}
</style>