Shades of Deep Cerise #CF2986
Tints of Deep Cerise #CF2986
RGB
CMYK
RGB Variations
Color information
#CF2986 (or 0xCF2986) is known color: Deep Cerise. HEX triplet: CF, 29 and 86. RGB value is (207,41,134). Sum of RGB (Red+Green+Blue) = 207+41+134=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2986 is #30D679. Grayscale: #656565. Windows color (decimal): -3200634 or 8792527. OLE color: 8792527.
HSL color Cylindrical-coordinate representation of color #CF2986: hue angle of 326.39º degrees, saturation: 0.67, 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 #CF2986 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 134 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.19 |
| HSL | 326.39º | 0.67% | 0.49% | - |
| HSV(B) | 326.39º | 0.8% | 0.81% | - |
| XYZ | 30.83 | 16.57 | 24.13 | - |
| YUV | 101.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 134 | 0 | 0.80 | 0.35 | 0.19 | 326.39 | 0.67 | 0.49 |
| Hex | CF | 29 | 86 | 0 | 50 | 23 | 13 | 146 | 43 | 31 |
| Octal | 317 | 51 | 206 | 0 | 120 | 43 | 23 | 506 | 103 | 61 |
| Binary | 11001111 | 101001 | 10000110 | 0 | 1010000 | 100011 | 10011 | 101000110 | 1000011 | 110001 |
Color Harmonies of #CF2986
Complementary color
Monochromatic Colors of #CF2986
Black with #CF2986
Text Example
Text Example
White with #CF2986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2986; }
p { color: rgb(207,41,134); }
H1.HeaderClassName
{
color: #CF2986;
}
.AnyTagClassName
{
color: #CF2986;
}
</style>
background-color css
<style>
a { background-color: #CF2986; }
a { background-color: rgb(207,41,134); }
div.DivClassName
{
background-color: #CF2986;
}
.BgClassName
{
background-color: #CF2986;
}
</style>
border-color css
<style>
span { border-color: #CF2986; }
span { border-color: rgb(207,41,134); }
td.TdClassName
{
border-color: #CF2986;
}
.TagClassName
{
border-color: #CF2986;
}
</style>