Shades of Deep Cerise #CF2B9F
Tints of Deep Cerise #CF2B9F
RGB
CMYK
RGB Variations
Color information
#CF2B9F (or 0xCF2B9F) is known color: Deep Cerise. HEX triplet: CF, 2B and 9F. RGB value is (207,43,159). Sum of RGB (Red+Green+Blue) = 207+43+159=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B9F is #30D460. Grayscale: #686868. Windows color (decimal): -3200097 or 10431439. OLE color: 10431439.
HSL color Cylindrical-coordinate representation of color #CF2B9F: hue angle of 317.56º 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 #CF2B9F is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 159 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.19 |
| HSL | 317.56º | 0.66% | 0.49% | - |
| HSV(B) | 317.56º | 0.79% | 0.81% | - |
| XYZ | 32.85 | 17.5 | 34.45 | - |
| YUV | 105.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 159 | 0 | 0.79 | 0.23 | 0.19 | 317.56 | 0.66 | 0.49 |
| Hex | CF | 2B | 9F | 0 | 4F | 17 | 13 | 13E | 42 | 31 |
| Octal | 317 | 53 | 237 | 0 | 117 | 27 | 23 | 476 | 102 | 61 |
| Binary | 11001111 | 101011 | 10011111 | 0 | 1001111 | 10111 | 10011 | 100111110 | 1000010 | 110001 |
Color Harmonies of #CF2B9F
Complementary color
Monochromatic Colors of #CF2B9F
Black with #CF2B9F
Text Example
Text Example
White with #CF2B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B9F; }
p { color: rgb(207,43,159); }
H1.HeaderClassName
{
color: #CF2B9F;
}
.AnyTagClassName
{
color: #CF2B9F;
}
</style>
background-color css
<style>
a { background-color: #CF2B9F; }
a { background-color: rgb(207,43,159); }
div.DivClassName
{
background-color: #CF2B9F;
}
.BgClassName
{
background-color: #CF2B9F;
}
</style>
border-color css
<style>
span { border-color: #CF2B9F; }
span { border-color: rgb(207,43,159); }
td.TdClassName
{
border-color: #CF2B9F;
}
.TagClassName
{
border-color: #CF2B9F;
}
</style>