Shades of Cerise #CE285E
Tints of Cerise #CE285E
RGB
CMYK
RGB Variations
Color information
#CE285E (or 0xCE285E) is known color: Cerise. HEX triplet: CE, 28 and 5E. RGB value is (206,40,94). Sum of RGB (Red+Green+Blue) = 206+40+94=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE285E is #31D7A1. Grayscale: #5F5F5F. Windows color (decimal): -3266466 or 6170830. OLE color: 6170830.
HSL color Cylindrical-coordinate representation of color #CE285E: hue angle of 340.48º 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 #CE285E is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 94 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.19 |
| HSL | 340.48º | 0.67% | 0.48% | - |
| HSV(B) | 340.48º | 0.81% | 0.81% | - |
| XYZ | 28.23 | 15.45 | 12.08 | - |
| YUV | 95.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 94 | 0 | 0.81 | 0.54 | 0.19 | 340.48 | 0.67 | 0.48 |
| Hex | CE | 28 | 5E | 0 | 51 | 36 | 13 | 154 | 43 | 30 |
| Octal | 316 | 50 | 136 | 0 | 121 | 66 | 23 | 524 | 103 | 60 |
| Binary | 11001110 | 101000 | 1011110 | 0 | 1010001 | 110110 | 10011 | 101010100 | 1000011 | 110000 |
Color Harmonies of #CE285E
Complementary color
Monochromatic Colors of #CE285E
Black with #CE285E
Text Example
Text Example
White with #CE285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE285E; }
p { color: rgb(206,40,94); }
H1.HeaderClassName
{
color: #CE285E;
}
.AnyTagClassName
{
color: #CE285E;
}
</style>
background-color css
<style>
a { background-color: #CE285E; }
a { background-color: rgb(206,40,94); }
div.DivClassName
{
background-color: #CE285E;
}
.BgClassName
{
background-color: #CE285E;
}
</style>
border-color css
<style>
span { border-color: #CE285E; }
span { border-color: rgb(206,40,94); }
td.TdClassName
{
border-color: #CE285E;
}
.TagClassName
{
border-color: #CE285E;
}
</style>