Shades of Deep Cerise #CE3E80
Tints of Deep Cerise #CE3E80
RGB
CMYK
RGB Variations
Color information
#CE3E80 (or 0xCE3E80) is known color: Deep Cerise. HEX triplet: CE, 3E and 80. RGB value is (206,62,128). Sum of RGB (Red+Green+Blue) = 206+62+128=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E80 is #31C17F. Grayscale: #707070. Windows color (decimal): -3260800 or 8404686. OLE color: 8404686.
HSL color Cylindrical-coordinate representation of color #CE3E80: hue angle of 332.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E80 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 128 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.19 |
| HSL | 332.5º | 0.6% | 0.53% | - |
| HSV(B) | 332.5º | 0.7% | 0.81% | - |
| XYZ | 31.07 | 18.13 | 22.28 | - |
| YUV | 112.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 128 | 0 | 0.70 | 0.38 | 0.19 | 332.5 | 0.6 | 0.53 |
| Hex | CE | 3E | 80 | 0 | 46 | 26 | 13 | 14C | 3C | 35 |
| Octal | 316 | 76 | 200 | 0 | 106 | 46 | 23 | 514 | 74 | 65 |
| Binary | 11001110 | 111110 | 10000000 | 0 | 1000110 | 100110 | 10011 | 101001100 | 111100 | 110101 |
Color Harmonies of #CE3E80
Complementary color
Monochromatic Colors of #CE3E80
Black with #CE3E80
Text Example
Text Example
White with #CE3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E80; }
p { color: rgb(206,62,128); }
H1.HeaderClassName
{
color: #CE3E80;
}
.AnyTagClassName
{
color: #CE3E80;
}
</style>
background-color css
<style>
a { background-color: #CE3E80; }
a { background-color: rgb(206,62,128); }
div.DivClassName
{
background-color: #CE3E80;
}
.BgClassName
{
background-color: #CE3E80;
}
</style>
border-color css
<style>
span { border-color: #CE3E80; }
span { border-color: rgb(206,62,128); }
td.TdClassName
{
border-color: #CE3E80;
}
.TagClassName
{
border-color: #CE3E80;
}
</style>