Shades of Deep Cerise #CE2E80
Tints of Deep Cerise #CE2E80
RGB
CMYK
RGB Variations
Color information
#CE2E80 (or 0xCE2E80) is known color: Deep Cerise. HEX triplet: CE, 2E and 80. RGB value is (206,46,128). Sum of RGB (Red+Green+Blue) = 206+46+128=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E80 is #31D17F. Grayscale: #676767. Windows color (decimal): -3264896 or 8400590. OLE color: 8400590.
HSL color Cylindrical-coordinate representation of color #CE2E80: hue angle of 329.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E80 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 128 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.19 |
| HSL | 329.25º | 0.63% | 0.49% | - |
| HSV(B) | 329.25º | 0.78% | 0.81% | - |
| XYZ | 30.33 | 16.63 | 22.03 | - |
| YUV | 103.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 128 | 0 | 0.78 | 0.38 | 0.19 | 329.25 | 0.63 | 0.49 |
| Hex | CE | 2E | 80 | 0 | 4E | 26 | 13 | 149 | 3F | 31 |
| Octal | 316 | 56 | 200 | 0 | 116 | 46 | 23 | 511 | 77 | 61 |
| Binary | 11001110 | 101110 | 10000000 | 0 | 1001110 | 100110 | 10011 | 101001001 | 111111 | 110001 |
Color Harmonies of #CE2E80
Complementary color
Monochromatic Colors of #CE2E80
Black with #CE2E80
Text Example
Text Example
White with #CE2E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E80; }
p { color: rgb(206,46,128); }
H1.HeaderClassName
{
color: #CE2E80;
}
.AnyTagClassName
{
color: #CE2E80;
}
</style>
background-color css
<style>
a { background-color: #CE2E80; }
a { background-color: rgb(206,46,128); }
div.DivClassName
{
background-color: #CE2E80;
}
.BgClassName
{
background-color: #CE2E80;
}
</style>
border-color css
<style>
span { border-color: #CE2E80; }
span { border-color: rgb(206,46,128); }
td.TdClassName
{
border-color: #CE2E80;
}
.TagClassName
{
border-color: #CE2E80;
}
</style>