Shades of Deep Cerise #CF2EAA
Tints of Deep Cerise #CF2EAA
RGB
CMYK
RGB Variations
Color information
#CF2EAA (or 0xCF2EAA) is known color: Deep Cerise. HEX triplet: CF, 2E and AA. RGB value is (207,46,170). Sum of RGB (Red+Green+Blue) = 207+46+170=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EAA is #30D155. Grayscale: #6B6B6B. Windows color (decimal): -3199318 or 11153103. OLE color: 11153103.
HSL color Cylindrical-coordinate representation of color #CF2EAA: hue angle of 313.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2EAA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 170 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.19 |
| HSL | 313.79º | 0.64% | 0.5% | - |
| HSV(B) | 313.79º | 0.78% | 0.81% | - |
| XYZ | 33.96 | 18.12 | 39.74 | - |
| YUV | 108.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 170 | 0 | 0.78 | 0.18 | 0.19 | 313.79 | 0.64 | 0.5 |
| Hex | CF | 2E | AA | 0 | 4E | 12 | 13 | 13A | 40 | 32 |
| Octal | 317 | 56 | 252 | 0 | 116 | 22 | 23 | 472 | 100 | 62 |
| Binary | 11001111 | 101110 | 10101010 | 0 | 1001110 | 10010 | 10011 | 100111010 | 1000000 | 110010 |
Color Harmonies of #CF2EAA
Complementary color
Monochromatic Colors of #CF2EAA
Black with #CF2EAA
Text Example
Text Example
White with #CF2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EAA; }
p { color: rgb(207,46,170); }
H1.HeaderClassName
{
color: #CF2EAA;
}
.AnyTagClassName
{
color: #CF2EAA;
}
</style>
background-color css
<style>
a { background-color: #CF2EAA; }
a { background-color: rgb(207,46,170); }
div.DivClassName
{
background-color: #CF2EAA;
}
.BgClassName
{
background-color: #CF2EAA;
}
</style>
border-color css
<style>
span { border-color: #CF2EAA; }
span { border-color: rgb(207,46,170); }
td.TdClassName
{
border-color: #CF2EAA;
}
.TagClassName
{
border-color: #CF2EAA;
}
</style>