Shades of Deep Cerise #CE2785
Tints of Deep Cerise #CE2785
RGB
CMYK
RGB Variations
Color information
#CE2785 (or 0xCE2785) is known color: Deep Cerise. HEX triplet: CE, 27 and 85. RGB value is (206,39,133). Sum of RGB (Red+Green+Blue) = 206+39+133=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2785 is #31D87A. Grayscale: #636363. Windows color (decimal): -3266683 or 8726478. OLE color: 8726478.
HSL color Cylindrical-coordinate representation of color #CE2785: hue angle of 326.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2785 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 133 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.19 |
| HSL | 326.23º | 0.68% | 0.48% | - |
| HSV(B) | 326.23º | 0.81% | 0.81% | - |
| XYZ | 30.41 | 16.27 | 23.73 | - |
| YUV | 99.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 133 | 0 | 0.81 | 0.35 | 0.19 | 326.23 | 0.68 | 0.48 |
| Hex | CE | 27 | 85 | 0 | 51 | 23 | 13 | 146 | 44 | 30 |
| Octal | 316 | 47 | 205 | 0 | 121 | 43 | 23 | 506 | 104 | 60 |
| Binary | 11001110 | 100111 | 10000101 | 0 | 1010001 | 100011 | 10011 | 101000110 | 1000100 | 110000 |
Color Harmonies of #CE2785
Complementary color
Monochromatic Colors of #CE2785
Black with #CE2785
Text Example
Text Example
White with #CE2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2785; }
p { color: rgb(206,39,133); }
H1.HeaderClassName
{
color: #CE2785;
}
.AnyTagClassName
{
color: #CE2785;
}
</style>
background-color css
<style>
a { background-color: #CE2785; }
a { background-color: rgb(206,39,133); }
div.DivClassName
{
background-color: #CE2785;
}
.BgClassName
{
background-color: #CE2785;
}
</style>
border-color css
<style>
span { border-color: #CE2785; }
span { border-color: rgb(206,39,133); }
td.TdClassName
{
border-color: #CE2785;
}
.TagClassName
{
border-color: #CE2785;
}
</style>