Shades of Deep Cerise #CE3E85
Tints of Deep Cerise #CE3E85
RGB
CMYK
RGB Variations
Color information
#CE3E85 (or 0xCE3E85) is known color: Deep Cerise. HEX triplet: CE, 3E and 85. RGB value is (206,62,133). Sum of RGB (Red+Green+Blue) = 206+62+133=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E85 is #31C17A. Grayscale: #717171. Windows color (decimal): -3260795 or 8732366. OLE color: 8732366.
HSL color Cylindrical-coordinate representation of color #CE3E85: hue angle of 330.42º 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 #CE3E85 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 133 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.19 |
| HSL | 330.42º | 0.6% | 0.53% | - |
| HSV(B) | 330.42º | 0.7% | 0.81% | - |
| XYZ | 31.41 | 18.26 | 24.06 | - |
| YUV | 113.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 133 | 0 | 0.70 | 0.35 | 0.19 | 330.42 | 0.6 | 0.53 |
| Hex | CE | 3E | 85 | 0 | 46 | 23 | 13 | 14A | 3C | 35 |
| Octal | 316 | 76 | 205 | 0 | 106 | 43 | 23 | 512 | 74 | 65 |
| Binary | 11001110 | 111110 | 10000101 | 0 | 1000110 | 100011 | 10011 | 101001010 | 111100 | 110101 |
Color Harmonies of #CE3E85
Complementary color
Monochromatic Colors of #CE3E85
Black with #CE3E85
Text Example
Text Example
White with #CE3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E85; }
p { color: rgb(206,62,133); }
H1.HeaderClassName
{
color: #CE3E85;
}
.AnyTagClassName
{
color: #CE3E85;
}
</style>
background-color css
<style>
a { background-color: #CE3E85; }
a { background-color: rgb(206,62,133); }
div.DivClassName
{
background-color: #CE3E85;
}
.BgClassName
{
background-color: #CE3E85;
}
</style>
border-color css
<style>
span { border-color: #CE3E85; }
span { border-color: rgb(206,62,133); }
td.TdClassName
{
border-color: #CE3E85;
}
.TagClassName
{
border-color: #CE3E85;
}
</style>