Shades of Deep Cerise #CF2C98
Tints of Deep Cerise #CF2C98
RGB
CMYK
RGB Variations
Color information
#CF2C98 (or 0xCF2C98) is known color: Deep Cerise. HEX triplet: CF, 2C and 98. RGB value is (207,44,152). Sum of RGB (Red+Green+Blue) = 207+44+152=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C98 is #30D367. Grayscale: #686868. Windows color (decimal): -3199848 or 9972943. OLE color: 9972943.
HSL color Cylindrical-coordinate representation of color #CF2C98: hue angle of 320.25º degrees, saturation: 0.65, 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 #CF2C98 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 152 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.19 |
| HSL | 320.25º | 0.65% | 0.49% | - |
| HSV(B) | 320.25º | 0.79% | 0.81% | - |
| XYZ | 32.3 | 17.33 | 31.35 | - |
| YUV | 105.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 152 | 0 | 0.79 | 0.27 | 0.19 | 320.25 | 0.65 | 0.49 |
| Hex | CF | 2C | 98 | 0 | 4F | 1B | 13 | 140 | 41 | 31 |
| Octal | 317 | 54 | 230 | 0 | 117 | 33 | 23 | 500 | 101 | 61 |
| Binary | 11001111 | 101100 | 10011000 | 0 | 1001111 | 11011 | 10011 | 101000000 | 1000001 | 110001 |
Color Harmonies of #CF2C98
Complementary color
Monochromatic Colors of #CF2C98
Black with #CF2C98
Text Example
Text Example
White with #CF2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C98; }
p { color: rgb(207,44,152); }
H1.HeaderClassName
{
color: #CF2C98;
}
.AnyTagClassName
{
color: #CF2C98;
}
</style>
background-color css
<style>
a { background-color: #CF2C98; }
a { background-color: rgb(207,44,152); }
div.DivClassName
{
background-color: #CF2C98;
}
.BgClassName
{
background-color: #CF2C98;
}
</style>
border-color css
<style>
span { border-color: #CF2C98; }
span { border-color: rgb(207,44,152); }
td.TdClassName
{
border-color: #CF2C98;
}
.TagClassName
{
border-color: #CF2C98;
}
</style>