Shades of Deep Cerise #CF2B9E
Tints of Deep Cerise #CF2B9E
RGB
CMYK
RGB Variations
Color information
#CF2B9E (or 0xCF2B9E) is known color: Deep Cerise. HEX triplet: CF, 2B and 9E. RGB value is (207,43,158). Sum of RGB (Red+Green+Blue) = 207+43+158=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B9E is #30D461. Grayscale: #686868. Windows color (decimal): -3200098 or 10365903. OLE color: 10365903.
HSL color Cylindrical-coordinate representation of color #CF2B9E: hue angle of 317.93º 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 #CF2B9E is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 158 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.19 |
| HSL | 317.93º | 0.66% | 0.49% | - |
| HSV(B) | 317.93º | 0.79% | 0.81% | - |
| XYZ | 32.77 | 17.46 | 33.99 | - |
| YUV | 105.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 158 | 0 | 0.79 | 0.24 | 0.19 | 317.93 | 0.66 | 0.49 |
| Hex | CF | 2B | 9E | 0 | 4F | 18 | 13 | 13E | 42 | 31 |
| Octal | 317 | 53 | 236 | 0 | 117 | 30 | 23 | 476 | 102 | 61 |
| Binary | 11001111 | 101011 | 10011110 | 0 | 1001111 | 11000 | 10011 | 100111110 | 1000010 | 110001 |
Color Harmonies of #CF2B9E
Complementary color
Monochromatic Colors of #CF2B9E
Black with #CF2B9E
Text Example
Text Example
White with #CF2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B9E; }
p { color: rgb(207,43,158); }
H1.HeaderClassName
{
color: #CF2B9E;
}
.AnyTagClassName
{
color: #CF2B9E;
}
</style>
background-color css
<style>
a { background-color: #CF2B9E; }
a { background-color: rgb(207,43,158); }
div.DivClassName
{
background-color: #CF2B9E;
}
.BgClassName
{
background-color: #CF2B9E;
}
</style>
border-color css
<style>
span { border-color: #CF2B9E; }
span { border-color: rgb(207,43,158); }
td.TdClassName
{
border-color: #CF2B9E;
}
.TagClassName
{
border-color: #CF2B9E;
}
</style>