Shades of Deep Cerise #CF2982
Tints of Deep Cerise #CF2982
RGB
CMYK
RGB Variations
Color information
#CF2982 (or 0xCF2982) is known color: Deep Cerise. HEX triplet: CF, 29 and 82. RGB value is (207,41,130). Sum of RGB (Red+Green+Blue) = 207+41+130=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2982 is #30D67D. Grayscale: #646464. Windows color (decimal): -3200638 or 8530383. OLE color: 8530383.
HSL color Cylindrical-coordinate representation of color #CF2982: hue angle of 327.83º 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 #CF2982 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 130 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.19 |
| HSL | 327.83º | 0.67% | 0.49% | - |
| HSV(B) | 327.83º | 0.8% | 0.81% | - |
| XYZ | 30.55 | 16.46 | 22.69 | - |
| YUV | 100.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 130 | 0 | 0.80 | 0.37 | 0.19 | 327.83 | 0.67 | 0.49 |
| Hex | CF | 29 | 82 | 0 | 50 | 25 | 13 | 148 | 43 | 31 |
| Octal | 317 | 51 | 202 | 0 | 120 | 45 | 23 | 510 | 103 | 61 |
| Binary | 11001111 | 101001 | 10000010 | 0 | 1010000 | 100101 | 10011 | 101001000 | 1000011 | 110001 |
Color Harmonies of #CF2982
Complementary color
Monochromatic Colors of #CF2982
Black with #CF2982
Text Example
Text Example
White with #CF2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2982; }
p { color: rgb(207,41,130); }
H1.HeaderClassName
{
color: #CF2982;
}
.AnyTagClassName
{
color: #CF2982;
}
</style>
background-color css
<style>
a { background-color: #CF2982; }
a { background-color: rgb(207,41,130); }
div.DivClassName
{
background-color: #CF2982;
}
.BgClassName
{
background-color: #CF2982;
}
</style>
border-color css
<style>
span { border-color: #CF2982; }
span { border-color: rgb(207,41,130); }
td.TdClassName
{
border-color: #CF2982;
}
.TagClassName
{
border-color: #CF2982;
}
</style>