Shades of Deep Cerise #CF2B88
Tints of Deep Cerise #CF2B88
RGB
CMYK
RGB Variations
Color information
#CF2B88 (or 0xCF2B88) is known color: Deep Cerise. HEX triplet: CF, 2B and 88. RGB value is (207,43,136). Sum of RGB (Red+Green+Blue) = 207+43+136=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B88 is #30D477. Grayscale: #666666. Windows color (decimal): -3200120 or 8924111. OLE color: 8924111.
HSL color Cylindrical-coordinate representation of color #CF2B88: hue angle of 325.98º 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 #CF2B88 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 136 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.19 |
| HSL | 325.98º | 0.66% | 0.49% | - |
| HSV(B) | 325.98º | 0.79% | 0.81% | - |
| XYZ | 31.04 | 16.77 | 24.89 | - |
| YUV | 102.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 136 | 0 | 0.79 | 0.34 | 0.19 | 325.98 | 0.66 | 0.49 |
| Hex | CF | 2B | 88 | 0 | 4F | 22 | 13 | 146 | 42 | 31 |
| Octal | 317 | 53 | 210 | 0 | 117 | 42 | 23 | 506 | 102 | 61 |
| Binary | 11001111 | 101011 | 10001000 | 0 | 1001111 | 100010 | 10011 | 101000110 | 1000010 | 110001 |
Color Harmonies of #CF2B88
Complementary color
Monochromatic Colors of #CF2B88
Black with #CF2B88
Text Example
Text Example
White with #CF2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B88; }
p { color: rgb(207,43,136); }
H1.HeaderClassName
{
color: #CF2B88;
}
.AnyTagClassName
{
color: #CF2B88;
}
</style>
background-color css
<style>
a { background-color: #CF2B88; }
a { background-color: rgb(207,43,136); }
div.DivClassName
{
background-color: #CF2B88;
}
.BgClassName
{
background-color: #CF2B88;
}
</style>
border-color css
<style>
span { border-color: #CF2B88; }
span { border-color: rgb(207,43,136); }
td.TdClassName
{
border-color: #CF2B88;
}
.TagClassName
{
border-color: #CF2B88;
}
</style>