Shades of Deep Cerise #CF2DAA
Tints of Deep Cerise #CF2DAA
RGB
CMYK
RGB Variations
Color information
#CF2DAA (or 0xCF2DAA) is known color: Deep Cerise. HEX triplet: CF, 2D and AA. RGB value is (207,45,170). Sum of RGB (Red+Green+Blue) = 207+45+170=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DAA is #30D255. Grayscale: #6B6B6B. Windows color (decimal): -3199574 or 11152847. OLE color: 11152847.
HSL color Cylindrical-coordinate representation of color #CF2DAA: hue angle of 313.7º 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 #CF2DAA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 170 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.19 |
| HSL | 313.7º | 0.64% | 0.49% | - |
| HSV(B) | 313.7º | 0.78% | 0.81% | - |
| XYZ | 33.93 | 18.04 | 39.73 | - |
| YUV | 107.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 170 | 0 | 0.78 | 0.18 | 0.19 | 313.7 | 0.64 | 0.49 |
| Hex | CF | 2D | AA | 0 | 4E | 12 | 13 | 13A | 40 | 31 |
| Octal | 317 | 55 | 252 | 0 | 116 | 22 | 23 | 472 | 100 | 61 |
| Binary | 11001111 | 101101 | 10101010 | 0 | 1001110 | 10010 | 10011 | 100111010 | 1000000 | 110001 |
Color Harmonies of #CF2DAA
Complementary color
Monochromatic Colors of #CF2DAA
Black with #CF2DAA
Text Example
Text Example
White with #CF2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DAA; }
p { color: rgb(207,45,170); }
H1.HeaderClassName
{
color: #CF2DAA;
}
.AnyTagClassName
{
color: #CF2DAA;
}
</style>
background-color css
<style>
a { background-color: #CF2DAA; }
a { background-color: rgb(207,45,170); }
div.DivClassName
{
background-color: #CF2DAA;
}
.BgClassName
{
background-color: #CF2DAA;
}
</style>
border-color css
<style>
span { border-color: #CF2DAA; }
span { border-color: rgb(207,45,170); }
td.TdClassName
{
border-color: #CF2DAA;
}
.TagClassName
{
border-color: #CF2DAA;
}
</style>