Shades of Deep Cerise #CF2B9C
Tints of Deep Cerise #CF2B9C
RGB
CMYK
RGB Variations
Color information
#CF2B9C (or 0xCF2B9C) is known color: Deep Cerise. HEX triplet: CF, 2B and 9C. RGB value is (207,43,156). Sum of RGB (Red+Green+Blue) = 207+43+156=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B9C is #30D463. Grayscale: #686868. Windows color (decimal): -3200100 or 10234831. OLE color: 10234831.
HSL color Cylindrical-coordinate representation of color #CF2B9C: hue angle of 318.66º 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 #CF2B9C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 156 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.19 |
| HSL | 318.66º | 0.66% | 0.49% | - |
| HSV(B) | 318.66º | 0.79% | 0.81% | - |
| XYZ | 32.6 | 17.39 | 33.09 | - |
| YUV | 104.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 156 | 0 | 0.79 | 0.25 | 0.19 | 318.66 | 0.66 | 0.49 |
| Hex | CF | 2B | 9C | 0 | 4F | 19 | 13 | 13F | 42 | 31 |
| Octal | 317 | 53 | 234 | 0 | 117 | 31 | 23 | 477 | 102 | 61 |
| Binary | 11001111 | 101011 | 10011100 | 0 | 1001111 | 11001 | 10011 | 100111111 | 1000010 | 110001 |
Color Harmonies of #CF2B9C
Complementary color
Monochromatic Colors of #CF2B9C
Black with #CF2B9C
Text Example
Text Example
White with #CF2B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B9C; }
p { color: rgb(207,43,156); }
H1.HeaderClassName
{
color: #CF2B9C;
}
.AnyTagClassName
{
color: #CF2B9C;
}
</style>
background-color css
<style>
a { background-color: #CF2B9C; }
a { background-color: rgb(207,43,156); }
div.DivClassName
{
background-color: #CF2B9C;
}
.BgClassName
{
background-color: #CF2B9C;
}
</style>
border-color css
<style>
span { border-color: #CF2B9C; }
span { border-color: rgb(207,43,156); }
td.TdClassName
{
border-color: #CF2B9C;
}
.TagClassName
{
border-color: #CF2B9C;
}
</style>