Shades of Deep Cerise #CE2875
Tints of Deep Cerise #CE2875
RGB
CMYK
RGB Variations
Color information
#CE2875 (or 0xCE2875) is known color: Deep Cerise. HEX triplet: CE, 28 and 75. RGB value is (206,40,117). Sum of RGB (Red+Green+Blue) = 206+40+117=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2875 is #31D78A. Grayscale: #626262. Windows color (decimal): -3266443 or 7678158. OLE color: 7678158.
HSL color Cylindrical-coordinate representation of color #CE2875: hue angle of 332.17º 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 #CE2875 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 117 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.19 |
| HSL | 332.17º | 0.67% | 0.48% | - |
| HSV(B) | 332.17º | 0.81% | 0.81% | - |
| XYZ | 29.42 | 15.92 | 18.35 | - |
| YUV | 98.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 117 | 0 | 0.81 | 0.43 | 0.19 | 332.17 | 0.67 | 0.48 |
| Hex | CE | 28 | 75 | 0 | 51 | 2B | 13 | 14C | 43 | 30 |
| Octal | 316 | 50 | 165 | 0 | 121 | 53 | 23 | 514 | 103 | 60 |
| Binary | 11001110 | 101000 | 1110101 | 0 | 1010001 | 101011 | 10011 | 101001100 | 1000011 | 110000 |
Color Harmonies of #CE2875
Complementary color
Monochromatic Colors of #CE2875
Black with #CE2875
Text Example
Text Example
White with #CE2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2875; }
p { color: rgb(206,40,117); }
H1.HeaderClassName
{
color: #CE2875;
}
.AnyTagClassName
{
color: #CE2875;
}
</style>
background-color css
<style>
a { background-color: #CE2875; }
a { background-color: rgb(206,40,117); }
div.DivClassName
{
background-color: #CE2875;
}
.BgClassName
{
background-color: #CE2875;
}
</style>
border-color css
<style>
span { border-color: #CE2875; }
span { border-color: rgb(206,40,117); }
td.TdClassName
{
border-color: #CE2875;
}
.TagClassName
{
border-color: #CE2875;
}
</style>