Shades of Deep Cerise #CE2B85
Tints of Deep Cerise #CE2B85
RGB
CMYK
RGB Variations
Color information
#CE2B85 (or 0xCE2B85) is known color: Deep Cerise. HEX triplet: CE, 2B and 85. RGB value is (206,43,133). Sum of RGB (Red+Green+Blue) = 206+43+133=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B85 is #31D47A. Grayscale: #656565. Windows color (decimal): -3265659 or 8727502. OLE color: 8727502.
HSL color Cylindrical-coordinate representation of color #CE2B85: hue angle of 326.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B85 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 133 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.19 |
| HSL | 326.87º | 0.65% | 0.49% | - |
| HSV(B) | 326.87º | 0.79% | 0.81% | - |
| XYZ | 30.55 | 16.54 | 23.77 | - |
| YUV | 102 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 133 | 0 | 0.79 | 0.35 | 0.19 | 326.87 | 0.65 | 0.49 |
| Hex | CE | 2B | 85 | 0 | 4F | 23 | 13 | 147 | 41 | 31 |
| Octal | 316 | 53 | 205 | 0 | 117 | 43 | 23 | 507 | 101 | 61 |
| Binary | 11001110 | 101011 | 10000101 | 0 | 1001111 | 100011 | 10011 | 101000111 | 1000001 | 110001 |
Color Harmonies of #CE2B85
Complementary color
Monochromatic Colors of #CE2B85
Black with #CE2B85
Text Example
Text Example
White with #CE2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B85; }
p { color: rgb(206,43,133); }
H1.HeaderClassName
{
color: #CE2B85;
}
.AnyTagClassName
{
color: #CE2B85;
}
</style>
background-color css
<style>
a { background-color: #CE2B85; }
a { background-color: rgb(206,43,133); }
div.DivClassName
{
background-color: #CE2B85;
}
.BgClassName
{
background-color: #CE2B85;
}
</style>
border-color css
<style>
span { border-color: #CE2B85; }
span { border-color: rgb(206,43,133); }
td.TdClassName
{
border-color: #CE2B85;
}
.TagClassName
{
border-color: #CE2B85;
}
</style>