Shades of Deep Cerise #CE287F
Tints of Deep Cerise #CE287F
RGB
CMYK
RGB Variations
Color information
#CE287F (or 0xCE287F) is known color: Deep Cerise. HEX triplet: CE, 28 and 7F. RGB value is (206,40,127). Sum of RGB (Red+Green+Blue) = 206+40+127=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE287F is #31D780. Grayscale: #636363. Windows color (decimal): -3266433 or 8333518. OLE color: 8333518.
HSL color Cylindrical-coordinate representation of color #CE287F: hue angle of 328.55º 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 #CE287F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 127 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.19 |
| HSL | 328.55º | 0.67% | 0.48% | - |
| HSV(B) | 328.55º | 0.81% | 0.81% | - |
| XYZ | 30.04 | 16.17 | 21.62 | - |
| YUV | 99.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 127 | 0 | 0.81 | 0.38 | 0.19 | 328.55 | 0.67 | 0.48 |
| Hex | CE | 28 | 7F | 0 | 51 | 26 | 13 | 149 | 43 | 30 |
| Octal | 316 | 50 | 177 | 0 | 121 | 46 | 23 | 511 | 103 | 60 |
| Binary | 11001110 | 101000 | 1111111 | 0 | 1010001 | 100110 | 10011 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CE287F
Complementary color
Monochromatic Colors of #CE287F
Black with #CE287F
Text Example
Text Example
White with #CE287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE287F; }
p { color: rgb(206,40,127); }
H1.HeaderClassName
{
color: #CE287F;
}
.AnyTagClassName
{
color: #CE287F;
}
</style>
background-color css
<style>
a { background-color: #CE287F; }
a { background-color: rgb(206,40,127); }
div.DivClassName
{
background-color: #CE287F;
}
.BgClassName
{
background-color: #CE287F;
}
</style>
border-color css
<style>
span { border-color: #CE287F; }
span { border-color: rgb(206,40,127); }
td.TdClassName
{
border-color: #CE287F;
}
.TagClassName
{
border-color: #CE287F;
}
</style>