Shades of Deep Cerise #CE287C
Tints of Deep Cerise #CE287C
RGB
CMYK
RGB Variations
Color information
#CE287C (or 0xCE287C) is known color: Deep Cerise. HEX triplet: CE, 28 and 7C. RGB value is (206,40,124). Sum of RGB (Red+Green+Blue) = 206+40+124=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE287C is #31D783. Grayscale: #636363. Windows color (decimal): -3266436 or 8136910. OLE color: 8136910.
HSL color Cylindrical-coordinate representation of color #CE287C: hue angle of 329.64º degrees, saturation: 0.67, 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 #CE287C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 124 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.19 |
| HSL | 329.64º | 0.67% | 0.48% | - |
| HSV(B) | 329.64º | 0.81% | 0.81% | - |
| XYZ | 29.85 | 16.09 | 20.6 | - |
| YUV | 99.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 124 | 0 | 0.81 | 0.40 | 0.19 | 329.64 | 0.67 | 0.48 |
| Hex | CE | 28 | 7C | 0 | 51 | 28 | 13 | 14A | 43 | 30 |
| Octal | 316 | 50 | 174 | 0 | 121 | 50 | 23 | 512 | 103 | 60 |
| Binary | 11001110 | 101000 | 1111100 | 0 | 1010001 | 101000 | 10011 | 101001010 | 1000011 | 110000 |
Color Harmonies of #CE287C
Complementary color
Monochromatic Colors of #CE287C
Black with #CE287C
Text Example
Text Example
White with #CE287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE287C; }
p { color: rgb(206,40,124); }
H1.HeaderClassName
{
color: #CE287C;
}
.AnyTagClassName
{
color: #CE287C;
}
</style>
background-color css
<style>
a { background-color: #CE287C; }
a { background-color: rgb(206,40,124); }
div.DivClassName
{
background-color: #CE287C;
}
.BgClassName
{
background-color: #CE287C;
}
</style>
border-color css
<style>
span { border-color: #CE287C; }
span { border-color: rgb(206,40,124); }
td.TdClassName
{
border-color: #CE287C;
}
.TagClassName
{
border-color: #CE287C;
}
</style>