Shades of Deep Cerise #CF2984
Tints of Deep Cerise #CF2984
RGB
CMYK
RGB Variations
Color information
#CF2984 (or 0xCF2984) is known color: Deep Cerise. HEX triplet: CF, 29 and 84. RGB value is (207,41,132). Sum of RGB (Red+Green+Blue) = 207+41+132=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2984 is #30D67B. Grayscale: #646464. Windows color (decimal): -3200636 or 8661455. OLE color: 8661455.
HSL color Cylindrical-coordinate representation of color #CF2984: hue angle of 327.11º 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 #CF2984 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 132 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.19 |
| HSL | 327.11º | 0.67% | 0.49% | - |
| HSV(B) | 327.11º | 0.8% | 0.81% | - |
| XYZ | 30.69 | 16.52 | 23.4 | - |
| YUV | 101.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 132 | 0 | 0.80 | 0.36 | 0.19 | 327.11 | 0.67 | 0.49 |
| Hex | CF | 29 | 84 | 0 | 50 | 24 | 13 | 147 | 43 | 31 |
| Octal | 317 | 51 | 204 | 0 | 120 | 44 | 23 | 507 | 103 | 61 |
| Binary | 11001111 | 101001 | 10000100 | 0 | 1010000 | 100100 | 10011 | 101000111 | 1000011 | 110001 |
Color Harmonies of #CF2984
Complementary color
Monochromatic Colors of #CF2984
Black with #CF2984
Text Example
Text Example
White with #CF2984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2984; }
p { color: rgb(207,41,132); }
H1.HeaderClassName
{
color: #CF2984;
}
.AnyTagClassName
{
color: #CF2984;
}
</style>
background-color css
<style>
a { background-color: #CF2984; }
a { background-color: rgb(207,41,132); }
div.DivClassName
{
background-color: #CF2984;
}
.BgClassName
{
background-color: #CF2984;
}
</style>
border-color css
<style>
span { border-color: #CF2984; }
span { border-color: rgb(207,41,132); }
td.TdClassName
{
border-color: #CF2984;
}
.TagClassName
{
border-color: #CF2984;
}
</style>