Shades of Deep Cerise #CF2D9F
Tints of Deep Cerise #CF2D9F
RGB
CMYK
RGB Variations
Color information
#CF2D9F (or 0xCF2D9F) is known color: Deep Cerise. HEX triplet: CF, 2D and 9F. RGB value is (207,45,159). Sum of RGB (Red+Green+Blue) = 207+45+159=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D9F is #30D260. Grayscale: #6A6A6A. Windows color (decimal): -3199585 or 10431951. OLE color: 10431951.
HSL color Cylindrical-coordinate representation of color #CF2D9F: hue angle of 317.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D9F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 159 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.19 |
| HSL | 317.78º | 0.64% | 0.49% | - |
| HSV(B) | 317.78º | 0.78% | 0.81% | - |
| XYZ | 32.93 | 17.65 | 34.47 | - |
| YUV | 106.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 159 | 0 | 0.78 | 0.23 | 0.19 | 317.78 | 0.64 | 0.49 |
| Hex | CF | 2D | 9F | 0 | 4E | 17 | 13 | 13E | 40 | 31 |
| Octal | 317 | 55 | 237 | 0 | 116 | 27 | 23 | 476 | 100 | 61 |
| Binary | 11001111 | 101101 | 10011111 | 0 | 1001110 | 10111 | 10011 | 100111110 | 1000000 | 110001 |
Color Harmonies of #CF2D9F
Complementary color
Monochromatic Colors of #CF2D9F
Black with #CF2D9F
Text Example
Text Example
White with #CF2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D9F; }
p { color: rgb(207,45,159); }
H1.HeaderClassName
{
color: #CF2D9F;
}
.AnyTagClassName
{
color: #CF2D9F;
}
</style>
background-color css
<style>
a { background-color: #CF2D9F; }
a { background-color: rgb(207,45,159); }
div.DivClassName
{
background-color: #CF2D9F;
}
.BgClassName
{
background-color: #CF2D9F;
}
</style>
border-color css
<style>
span { border-color: #CF2D9F; }
span { border-color: rgb(207,45,159); }
td.TdClassName
{
border-color: #CF2D9F;
}
.TagClassName
{
border-color: #CF2D9F;
}
</style>