Shades of Deep Cerise #CE3082
Tints of Deep Cerise #CE3082
RGB
CMYK
RGB Variations
Color information
#CE3082 (or 0xCE3082) is known color: Deep Cerise. HEX triplet: CE, 30 and 82. RGB value is (206,48,130). Sum of RGB (Red+Green+Blue) = 206+48+130=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3082 is #31CF7D. Grayscale: #686868. Windows color (decimal): -3264382 or 8532174. OLE color: 8532174.
HSL color Cylindrical-coordinate representation of color #CE3082: hue angle of 328.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3082 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 130 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.19 |
| HSL | 328.86º | 0.62% | 0.5% | - |
| HSV(B) | 328.86º | 0.77% | 0.81% | - |
| XYZ | 30.54 | 16.85 | 22.76 | - |
| YUV | 104.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 130 | 0 | 0.77 | 0.37 | 0.19 | 328.86 | 0.62 | 0.5 |
| Hex | CE | 30 | 82 | 0 | 4D | 25 | 13 | 149 | 3E | 32 |
| Octal | 316 | 60 | 202 | 0 | 115 | 45 | 23 | 511 | 76 | 62 |
| Binary | 11001110 | 110000 | 10000010 | 0 | 1001101 | 100101 | 10011 | 101001001 | 111110 | 110010 |
Color Harmonies of #CE3082
Complementary color
Monochromatic Colors of #CE3082
Black with #CE3082
Text Example
Text Example
White with #CE3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3082; }
p { color: rgb(206,48,130); }
H1.HeaderClassName
{
color: #CE3082;
}
.AnyTagClassName
{
color: #CE3082;
}
</style>
background-color css
<style>
a { background-color: #CE3082; }
a { background-color: rgb(206,48,130); }
div.DivClassName
{
background-color: #CE3082;
}
.BgClassName
{
background-color: #CE3082;
}
</style>
border-color css
<style>
span { border-color: #CE3082; }
span { border-color: rgb(206,48,130); }
td.TdClassName
{
border-color: #CE3082;
}
.TagClassName
{
border-color: #CE3082;
}
</style>