Shades of Deep Cerise #CE3C86
Tints of Deep Cerise #CE3C86
RGB
CMYK
RGB Variations
Color information
#CE3C86 (or 0xCE3C86) is known color: Deep Cerise. HEX triplet: CE, 3C and 86. RGB value is (206,60,134). Sum of RGB (Red+Green+Blue) = 206+60+134=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3C86 is #31C379. Grayscale: #6F6F6F. Windows color (decimal): -3261306 or 8797390. OLE color: 8797390.
HSL color Cylindrical-coordinate representation of color #CE3C86: hue angle of 329.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C86 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 134 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.19 |
| HSL | 329.59º | 0.6% | 0.52% | - |
| HSV(B) | 329.59º | 0.71% | 0.81% | - |
| XYZ | 31.37 | 18.07 | 24.39 | - |
| YUV | 112.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 134 | 0 | 0.71 | 0.35 | 0.19 | 329.59 | 0.6 | 0.52 |
| Hex | CE | 3C | 86 | 0 | 47 | 23 | 13 | 14A | 3C | 34 |
| Octal | 316 | 74 | 206 | 0 | 107 | 43 | 23 | 512 | 74 | 64 |
| Binary | 11001110 | 111100 | 10000110 | 0 | 1000111 | 100011 | 10011 | 101001010 | 111100 | 110100 |
Color Harmonies of #CE3C86
Complementary color
Monochromatic Colors of #CE3C86
Black with #CE3C86
Text Example
Text Example
White with #CE3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C86; }
p { color: rgb(206,60,134); }
H1.HeaderClassName
{
color: #CE3C86;
}
.AnyTagClassName
{
color: #CE3C86;
}
</style>
background-color css
<style>
a { background-color: #CE3C86; }
a { background-color: rgb(206,60,134); }
div.DivClassName
{
background-color: #CE3C86;
}
.BgClassName
{
background-color: #CE3C86;
}
</style>
border-color css
<style>
span { border-color: #CE3C86; }
span { border-color: rgb(206,60,134); }
td.TdClassName
{
border-color: #CE3C86;
}
.TagClassName
{
border-color: #CE3C86;
}
</style>