Shades of Deep Cerise #CF2A98
Tints of Deep Cerise #CF2A98
RGB
CMYK
RGB Variations
Color information
#CF2A98 (or 0xCF2A98) is known color: Deep Cerise. HEX triplet: CF, 2A and 98. RGB value is (207,42,152). Sum of RGB (Red+Green+Blue) = 207+42+152=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2A98 is #30D567. Grayscale: #676767. Windows color (decimal): -3200360 or 9972431. OLE color: 9972431.
HSL color Cylindrical-coordinate representation of color #CF2A98: hue angle of 320º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A98 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 152 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.19 |
| HSL | 320º | 0.66% | 0.49% | - |
| HSV(B) | 320º | 0.8% | 0.81% | - |
| XYZ | 32.23 | 17.19 | 31.32 | - |
| YUV | 103.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 152 | 0 | 0.80 | 0.27 | 0.19 | 320 | 0.66 | 0.49 |
| Hex | CF | 2A | 98 | 0 | 50 | 1B | 13 | 140 | 42 | 31 |
| Octal | 317 | 52 | 230 | 0 | 120 | 33 | 23 | 500 | 102 | 61 |
| Binary | 11001111 | 101010 | 10011000 | 0 | 1010000 | 11011 | 10011 | 101000000 | 1000010 | 110001 |
Color Harmonies of #CF2A98
Complementary color
Monochromatic Colors of #CF2A98
Black with #CF2A98
Text Example
Text Example
White with #CF2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A98; }
p { color: rgb(207,42,152); }
H1.HeaderClassName
{
color: #CF2A98;
}
.AnyTagClassName
{
color: #CF2A98;
}
</style>
background-color css
<style>
a { background-color: #CF2A98; }
a { background-color: rgb(207,42,152); }
div.DivClassName
{
background-color: #CF2A98;
}
.BgClassName
{
background-color: #CF2A98;
}
</style>
border-color css
<style>
span { border-color: #CF2A98; }
span { border-color: rgb(207,42,152); }
td.TdClassName
{
border-color: #CF2A98;
}
.TagClassName
{
border-color: #CF2A98;
}
</style>