Shades of Deep Cerise #CF2D9C
Tints of Deep Cerise #CF2D9C
RGB
CMYK
RGB Variations
Color information
#CF2D9C (or 0xCF2D9C) is known color: Deep Cerise. HEX triplet: CF, 2D and 9C. RGB value is (207,45,156). Sum of RGB (Red+Green+Blue) = 207+45+156=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D9C is #30D263. Grayscale: #696969. Windows color (decimal): -3199588 or 10235343. OLE color: 10235343.
HSL color Cylindrical-coordinate representation of color #CF2D9C: hue angle of 318.89º 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 #CF2D9C is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 156 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.19 |
| HSL | 318.89º | 0.64% | 0.49% | - |
| HSV(B) | 318.89º | 0.78% | 0.81% | - |
| XYZ | 32.67 | 17.54 | 33.12 | - |
| YUV | 106.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 156 | 0 | 0.78 | 0.25 | 0.19 | 318.89 | 0.64 | 0.49 |
| Hex | CF | 2D | 9C | 0 | 4E | 19 | 13 | 13F | 40 | 31 |
| Octal | 317 | 55 | 234 | 0 | 116 | 31 | 23 | 477 | 100 | 61 |
| Binary | 11001111 | 101101 | 10011100 | 0 | 1001110 | 11001 | 10011 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CF2D9C
Complementary color
Monochromatic Colors of #CF2D9C
Black with #CF2D9C
Text Example
Text Example
White with #CF2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D9C; }
p { color: rgb(207,45,156); }
H1.HeaderClassName
{
color: #CF2D9C;
}
.AnyTagClassName
{
color: #CF2D9C;
}
</style>
background-color css
<style>
a { background-color: #CF2D9C; }
a { background-color: rgb(207,45,156); }
div.DivClassName
{
background-color: #CF2D9C;
}
.BgClassName
{
background-color: #CF2D9C;
}
</style>
border-color css
<style>
span { border-color: #CF2D9C; }
span { border-color: rgb(207,45,156); }
td.TdClassName
{
border-color: #CF2D9C;
}
.TagClassName
{
border-color: #CF2D9C;
}
</style>