Shades of Deep Cerise #CF2BAC
Tints of Deep Cerise #CF2BAC
RGB
CMYK
RGB Variations
Color information
#CF2BAC (or 0xCF2BAC) is known color: Deep Cerise. HEX triplet: CF, 2B and AC. RGB value is (207,43,172). Sum of RGB (Red+Green+Blue) = 207+43+172=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2BAC is #30D453. Grayscale: #6A6A6A. Windows color (decimal): -3200084 or 11283407. OLE color: 11283407.
HSL color Cylindrical-coordinate representation of color #CF2BAC: hue angle of 312.8º 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 #CF2BAC is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 172 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.19 |
| HSL | 312.8º | 0.66% | 0.49% | - |
| HSV(B) | 312.8º | 0.79% | 0.81% | - |
| XYZ | 34.04 | 17.97 | 40.7 | - |
| YUV | 106.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 172 | 0 | 0.79 | 0.17 | 0.19 | 312.8 | 0.66 | 0.49 |
| Hex | CF | 2B | AC | 0 | 4F | 11 | 13 | 139 | 42 | 31 |
| Octal | 317 | 53 | 254 | 0 | 117 | 21 | 23 | 471 | 102 | 61 |
| Binary | 11001111 | 101011 | 10101100 | 0 | 1001111 | 10001 | 10011 | 100111001 | 1000010 | 110001 |
Color Harmonies of #CF2BAC
Complementary color
Monochromatic Colors of #CF2BAC
Black with #CF2BAC
Text Example
Text Example
White with #CF2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BAC; }
p { color: rgb(207,43,172); }
H1.HeaderClassName
{
color: #CF2BAC;
}
.AnyTagClassName
{
color: #CF2BAC;
}
</style>
background-color css
<style>
a { background-color: #CF2BAC; }
a { background-color: rgb(207,43,172); }
div.DivClassName
{
background-color: #CF2BAC;
}
.BgClassName
{
background-color: #CF2BAC;
}
</style>
border-color css
<style>
span { border-color: #CF2BAC; }
span { border-color: rgb(207,43,172); }
td.TdClassName
{
border-color: #CF2BAC;
}
.TagClassName
{
border-color: #CF2BAC;
}
</style>