Shades of Deep Cerise #CE3780
Tints of Deep Cerise #CE3780
RGB
CMYK
RGB Variations
Color information
#CE3780 (or 0xCE3780) is known color: Deep Cerise. HEX triplet: CE, 37 and 80. RGB value is (206,55,128). Sum of RGB (Red+Green+Blue) = 206+55+128=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3780 is #31C87F. Grayscale: #6C6C6C. Windows color (decimal): -3262592 or 8402894. OLE color: 8402894.
HSL color Cylindrical-coordinate representation of color #CE3780: hue angle of 330.99º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3780 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 128 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.19 |
| HSL | 330.99º | 0.61% | 0.51% | - |
| HSV(B) | 330.99º | 0.73% | 0.81% | - |
| XYZ | 30.72 | 17.41 | 22.16 | - |
| YUV | 108.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 128 | 0 | 0.73 | 0.38 | 0.19 | 330.99 | 0.61 | 0.51 |
| Hex | CE | 37 | 80 | 0 | 49 | 26 | 13 | 14B | 3D | 33 |
| Octal | 316 | 67 | 200 | 0 | 111 | 46 | 23 | 513 | 75 | 63 |
| Binary | 11001110 | 110111 | 10000000 | 0 | 1001001 | 100110 | 10011 | 101001011 | 111101 | 110011 |
Color Harmonies of #CE3780
Complementary color
Monochromatic Colors of #CE3780
Black with #CE3780
Text Example
Text Example
White with #CE3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3780; }
p { color: rgb(206,55,128); }
H1.HeaderClassName
{
color: #CE3780;
}
.AnyTagClassName
{
color: #CE3780;
}
</style>
background-color css
<style>
a { background-color: #CE3780; }
a { background-color: rgb(206,55,128); }
div.DivClassName
{
background-color: #CE3780;
}
.BgClassName
{
background-color: #CE3780;
}
</style>
border-color css
<style>
span { border-color: #CE3780; }
span { border-color: rgb(206,55,128); }
td.TdClassName
{
border-color: #CE3780;
}
.TagClassName
{
border-color: #CE3780;
}
</style>