Shades of Deep Cerise #CE287D
Tints of Deep Cerise #CE287D
RGB
CMYK
RGB Variations
Color information
#CE287D (or 0xCE287D) is known color: Deep Cerise. HEX triplet: CE, 28 and 7D. RGB value is (206,40,125). Sum of RGB (Red+Green+Blue) = 206+40+125=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE287D is #31D782. Grayscale: #636363. Windows color (decimal): -3266435 or 8202446. OLE color: 8202446.
HSL color Cylindrical-coordinate representation of color #CE287D: hue angle of 329.28º 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 #CE287D is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 125 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.19 |
| HSL | 329.28º | 0.67% | 0.48% | - |
| HSV(B) | 329.28º | 0.81% | 0.81% | - |
| XYZ | 29.91 | 16.12 | 20.94 | - |
| YUV | 99.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 125 | 0 | 0.81 | 0.39 | 0.19 | 329.28 | 0.67 | 0.48 |
| Hex | CE | 28 | 7D | 0 | 51 | 27 | 13 | 149 | 43 | 30 |
| Octal | 316 | 50 | 175 | 0 | 121 | 47 | 23 | 511 | 103 | 60 |
| Binary | 11001110 | 101000 | 1111101 | 0 | 1010001 | 100111 | 10011 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CE287D
Complementary color
Monochromatic Colors of #CE287D
Black with #CE287D
Text Example
Text Example
White with #CE287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE287D; }
p { color: rgb(206,40,125); }
H1.HeaderClassName
{
color: #CE287D;
}
.AnyTagClassName
{
color: #CE287D;
}
</style>
background-color css
<style>
a { background-color: #CE287D; }
a { background-color: rgb(206,40,125); }
div.DivClassName
{
background-color: #CE287D;
}
.BgClassName
{
background-color: #CE287D;
}
</style>
border-color css
<style>
span { border-color: #CE287D; }
span { border-color: rgb(206,40,125); }
td.TdClassName
{
border-color: #CE287D;
}
.TagClassName
{
border-color: #CE287D;
}
</style>