Shades of Deep Cerise #CF2B98
Tints of Deep Cerise #CF2B98
RGB
CMYK
RGB Variations
Color information
#CF2B98 (or 0xCF2B98) is known color: Deep Cerise. HEX triplet: CF, 2B and 98. RGB value is (207,43,152). Sum of RGB (Red+Green+Blue) = 207+43+152=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B98 is #30D467. Grayscale: #686868. Windows color (decimal): -3200104 or 9972687. OLE color: 9972687.
HSL color Cylindrical-coordinate representation of color #CF2B98: hue angle of 320.12º 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 #CF2B98 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 152 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.19 |
| HSL | 320.12º | 0.66% | 0.49% | - |
| HSV(B) | 320.12º | 0.79% | 0.81% | - |
| XYZ | 32.26 | 17.26 | 31.34 | - |
| YUV | 104.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 152 | 0 | 0.79 | 0.27 | 0.19 | 320.12 | 0.66 | 0.49 |
| Hex | CF | 2B | 98 | 0 | 4F | 1B | 13 | 140 | 42 | 31 |
| Octal | 317 | 53 | 230 | 0 | 117 | 33 | 23 | 500 | 102 | 61 |
| Binary | 11001111 | 101011 | 10011000 | 0 | 1001111 | 11011 | 10011 | 101000000 | 1000010 | 110001 |
Color Harmonies of #CF2B98
Complementary color
Monochromatic Colors of #CF2B98
Black with #CF2B98
Text Example
Text Example
White with #CF2B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B98; }
p { color: rgb(207,43,152); }
H1.HeaderClassName
{
color: #CF2B98;
}
.AnyTagClassName
{
color: #CF2B98;
}
</style>
background-color css
<style>
a { background-color: #CF2B98; }
a { background-color: rgb(207,43,152); }
div.DivClassName
{
background-color: #CF2B98;
}
.BgClassName
{
background-color: #CF2B98;
}
</style>
border-color css
<style>
span { border-color: #CF2B98; }
span { border-color: rgb(207,43,152); }
td.TdClassName
{
border-color: #CF2B98;
}
.TagClassName
{
border-color: #CF2B98;
}
</style>