Shades of Deep Cerise #CF2886
Tints of Deep Cerise #CF2886
RGB
CMYK
RGB Variations
Color information
#CF2886 (or 0xCF2886) is known color: Deep Cerise. HEX triplet: CF, 28 and 86. RGB value is (207,40,134). Sum of RGB (Red+Green+Blue) = 207+40+134=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2886 is #30D779. Grayscale: #646464. Windows color (decimal): -3200890 or 8792271. OLE color: 8792271.
HSL color Cylindrical-coordinate representation of color #CF2886: hue angle of 326.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2886 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 134 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.19 |
| HSL | 326.23º | 0.68% | 0.48% | - |
| HSV(B) | 326.23º | 0.81% | 0.81% | - |
| XYZ | 30.79 | 16.5 | 24.12 | - |
| YUV | 100.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 134 | 0 | 0.81 | 0.35 | 0.19 | 326.23 | 0.68 | 0.48 |
| Hex | CF | 28 | 86 | 0 | 51 | 23 | 13 | 146 | 44 | 30 |
| Octal | 317 | 50 | 206 | 0 | 121 | 43 | 23 | 506 | 104 | 60 |
| Binary | 11001111 | 101000 | 10000110 | 0 | 1010001 | 100011 | 10011 | 101000110 | 1000100 | 110000 |
Color Harmonies of #CF2886
Complementary color
Monochromatic Colors of #CF2886
Black with #CF2886
Text Example
Text Example
White with #CF2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2886; }
p { color: rgb(207,40,134); }
H1.HeaderClassName
{
color: #CF2886;
}
.AnyTagClassName
{
color: #CF2886;
}
</style>
background-color css
<style>
a { background-color: #CF2886; }
a { background-color: rgb(207,40,134); }
div.DivClassName
{
background-color: #CF2886;
}
.BgClassName
{
background-color: #CF2886;
}
</style>
border-color css
<style>
span { border-color: #CF2886; }
span { border-color: rgb(207,40,134); }
td.TdClassName
{
border-color: #CF2886;
}
.TagClassName
{
border-color: #CF2886;
}
</style>