Shades of Deep Cerise #CE2F86
Tints of Deep Cerise #CE2F86
RGB
CMYK
RGB Variations
Color information
#CE2F86 (or 0xCE2F86) is known color: Deep Cerise. HEX triplet: CE, 2F and 86. RGB value is (206,47,134). Sum of RGB (Red+Green+Blue) = 206+47+134=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F86 is #31D079. Grayscale: #686868. Windows color (decimal): -3264634 or 8794062. OLE color: 8794062.
HSL color Cylindrical-coordinate representation of color #CE2F86: hue angle of 327.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F86 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 134 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.19 |
| HSL | 327.17º | 0.63% | 0.5% | - |
| HSV(B) | 327.17º | 0.77% | 0.81% | - |
| XYZ | 30.77 | 16.88 | 24.19 | - |
| YUV | 104.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 134 | 0 | 0.77 | 0.35 | 0.19 | 327.17 | 0.63 | 0.5 |
| Hex | CE | 2F | 86 | 0 | 4D | 23 | 13 | 147 | 3F | 32 |
| Octal | 316 | 57 | 206 | 0 | 115 | 43 | 23 | 507 | 77 | 62 |
| Binary | 11001110 | 101111 | 10000110 | 0 | 1001101 | 100011 | 10011 | 101000111 | 111111 | 110010 |
Color Harmonies of #CE2F86
Complementary color
Monochromatic Colors of #CE2F86
Black with #CE2F86
Text Example
Text Example
White with #CE2F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F86; }
p { color: rgb(206,47,134); }
H1.HeaderClassName
{
color: #CE2F86;
}
.AnyTagClassName
{
color: #CE2F86;
}
</style>
background-color css
<style>
a { background-color: #CE2F86; }
a { background-color: rgb(206,47,134); }
div.DivClassName
{
background-color: #CE2F86;
}
.BgClassName
{
background-color: #CE2F86;
}
</style>
border-color css
<style>
span { border-color: #CE2F86; }
span { border-color: rgb(206,47,134); }
td.TdClassName
{
border-color: #CE2F86;
}
.TagClassName
{
border-color: #CE2F86;
}
</style>