Shades of Deep Cerise #CF2BAA
Tints of Deep Cerise #CF2BAA
RGB
CMYK
RGB Variations
Color information
#CF2BAA (or 0xCF2BAA) is known color: Deep Cerise. HEX triplet: CF, 2B and AA. RGB value is (207,43,170). Sum of RGB (Red+Green+Blue) = 207+43+170=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2BAA is #30D455. Grayscale: #6A6A6A. Windows color (decimal): -3200086 or 11152335. OLE color: 11152335.
HSL color Cylindrical-coordinate representation of color #CF2BAA: hue angle of 313.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2BAA is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 170 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.19 |
| HSL | 313.54º | 0.66% | 0.49% | - |
| HSV(B) | 313.54º | 0.79% | 0.81% | - |
| XYZ | 33.85 | 17.9 | 39.7 | - |
| YUV | 106.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 170 | 0 | 0.79 | 0.18 | 0.19 | 313.54 | 0.66 | 0.49 |
| Hex | CF | 2B | AA | 0 | 4F | 12 | 13 | 13A | 42 | 31 |
| Octal | 317 | 53 | 252 | 0 | 117 | 22 | 23 | 472 | 102 | 61 |
| Binary | 11001111 | 101011 | 10101010 | 0 | 1001111 | 10010 | 10011 | 100111010 | 1000010 | 110001 |
Color Harmonies of #CF2BAA
Complementary color
Monochromatic Colors of #CF2BAA
Black with #CF2BAA
Text Example
Text Example
White with #CF2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BAA; }
p { color: rgb(207,43,170); }
H1.HeaderClassName
{
color: #CF2BAA;
}
.AnyTagClassName
{
color: #CF2BAA;
}
</style>
background-color css
<style>
a { background-color: #CF2BAA; }
a { background-color: rgb(207,43,170); }
div.DivClassName
{
background-color: #CF2BAA;
}
.BgClassName
{
background-color: #CF2BAA;
}
</style>
border-color css
<style>
span { border-color: #CF2BAA; }
span { border-color: rgb(207,43,170); }
td.TdClassName
{
border-color: #CF2BAA;
}
.TagClassName
{
border-color: #CF2BAA;
}
</style>