Shades of Deep Cerise #CE3180
Tints of Deep Cerise #CE3180
RGB
CMYK
RGB Variations
Color information
#CE3180 (or 0xCE3180) is known color: Deep Cerise. HEX triplet: CE, 31 and 80. RGB value is (206,49,128). Sum of RGB (Red+Green+Blue) = 206+49+128=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3180 is #31CE7F. Grayscale: #686868. Windows color (decimal): -3264128 or 8401358. OLE color: 8401358.
HSL color Cylindrical-coordinate representation of color #CE3180: hue angle of 329.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3180 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 128 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.19 |
| HSL | 329.81º | 0.62% | 0.5% | - |
| HSV(B) | 329.81º | 0.76% | 0.81% | - |
| XYZ | 30.45 | 16.88 | 22.07 | - |
| YUV | 104.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 128 | 0 | 0.76 | 0.38 | 0.19 | 329.81 | 0.62 | 0.5 |
| Hex | CE | 31 | 80 | 0 | 4C | 26 | 13 | 14A | 3E | 32 |
| Octal | 316 | 61 | 200 | 0 | 114 | 46 | 23 | 512 | 76 | 62 |
| Binary | 11001110 | 110001 | 10000000 | 0 | 1001100 | 100110 | 10011 | 101001010 | 111110 | 110010 |
Color Harmonies of #CE3180
Complementary color
Monochromatic Colors of #CE3180
Black with #CE3180
Text Example
Text Example
White with #CE3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3180; }
p { color: rgb(206,49,128); }
H1.HeaderClassName
{
color: #CE3180;
}
.AnyTagClassName
{
color: #CE3180;
}
</style>
background-color css
<style>
a { background-color: #CE3180; }
a { background-color: rgb(206,49,128); }
div.DivClassName
{
background-color: #CE3180;
}
.BgClassName
{
background-color: #CE3180;
}
</style>
border-color css
<style>
span { border-color: #CE3180; }
span { border-color: rgb(206,49,128); }
td.TdClassName
{
border-color: #CE3180;
}
.TagClassName
{
border-color: #CE3180;
}
</style>