Shades of Deep Cerise #CE3686
Tints of Deep Cerise #CE3686
RGB
CMYK
RGB Variations
Color information
#CE3686 (or 0xCE3686) is known color: Deep Cerise. HEX triplet: CE, 36 and 86. RGB value is (206,54,134). Sum of RGB (Red+Green+Blue) = 206+54+134=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3686 is #31C979. Grayscale: #6C6C6C. Windows color (decimal): -3262842 or 8795854. OLE color: 8795854.
HSL color Cylindrical-coordinate representation of color #CE3686: hue angle of 328.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3686 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 134 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.19 |
| HSL | 328.42º | 0.61% | 0.51% | - |
| HSV(B) | 328.42º | 0.74% | 0.81% | - |
| XYZ | 31.08 | 17.48 | 24.29 | - |
| YUV | 108.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 134 | 0 | 0.74 | 0.35 | 0.19 | 328.42 | 0.61 | 0.51 |
| Hex | CE | 36 | 86 | 0 | 4A | 23 | 13 | 148 | 3D | 33 |
| Octal | 316 | 66 | 206 | 0 | 112 | 43 | 23 | 510 | 75 | 63 |
| Binary | 11001110 | 110110 | 10000110 | 0 | 1001010 | 100011 | 10011 | 101001000 | 111101 | 110011 |
Color Harmonies of #CE3686
Complementary color
Monochromatic Colors of #CE3686
Black with #CE3686
Text Example
Text Example
White with #CE3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3686; }
p { color: rgb(206,54,134); }
H1.HeaderClassName
{
color: #CE3686;
}
.AnyTagClassName
{
color: #CE3686;
}
</style>
background-color css
<style>
a { background-color: #CE3686; }
a { background-color: rgb(206,54,134); }
div.DivClassName
{
background-color: #CE3686;
}
.BgClassName
{
background-color: #CE3686;
}
</style>
border-color css
<style>
span { border-color: #CE3686; }
span { border-color: rgb(206,54,134); }
td.TdClassName
{
border-color: #CE3686;
}
.TagClassName
{
border-color: #CE3686;
}
</style>