Shades of Deep Cerise #CF2E98
Tints of Deep Cerise #CF2E98
RGB
CMYK
RGB Variations
Color information
#CF2E98 (or 0xCF2E98) is known color: Deep Cerise. HEX triplet: CF, 2E and 98. RGB value is (207,46,152). Sum of RGB (Red+Green+Blue) = 207+46+152=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E98 is #30D167. Grayscale: #696969. Windows color (decimal): -3199336 or 9973455. OLE color: 9973455.
HSL color Cylindrical-coordinate representation of color #CF2E98: hue angle of 320.5º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E98 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 152 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.19 |
| HSL | 320.5º | 0.64% | 0.5% | - |
| HSV(B) | 320.5º | 0.78% | 0.81% | - |
| XYZ | 32.38 | 17.49 | 31.37 | - |
| YUV | 106.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 152 | 0 | 0.78 | 0.27 | 0.19 | 320.5 | 0.64 | 0.5 |
| Hex | CF | 2E | 98 | 0 | 4E | 1B | 13 | 140 | 40 | 32 |
| Octal | 317 | 56 | 230 | 0 | 116 | 33 | 23 | 500 | 100 | 62 |
| Binary | 11001111 | 101110 | 10011000 | 0 | 1001110 | 11011 | 10011 | 101000000 | 1000000 | 110010 |
Color Harmonies of #CF2E98
Complementary color
Monochromatic Colors of #CF2E98
Black with #CF2E98
Text Example
Text Example
White with #CF2E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E98; }
p { color: rgb(207,46,152); }
H1.HeaderClassName
{
color: #CF2E98;
}
.AnyTagClassName
{
color: #CF2E98;
}
</style>
background-color css
<style>
a { background-color: #CF2E98; }
a { background-color: rgb(207,46,152); }
div.DivClassName
{
background-color: #CF2E98;
}
.BgClassName
{
background-color: #CF2E98;
}
</style>
border-color css
<style>
span { border-color: #CF2E98; }
span { border-color: rgb(207,46,152); }
td.TdClassName
{
border-color: #CF2E98;
}
.TagClassName
{
border-color: #CF2E98;
}
</style>