Shades of Deep Cerise #CE3982
Tints of Deep Cerise #CE3982
RGB
CMYK
RGB Variations
Color information
#CE3982 (or 0xCE3982) is known color: Deep Cerise. HEX triplet: CE, 39 and 82. RGB value is (206,57,130). Sum of RGB (Red+Green+Blue) = 206+57+130=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3982 is #31C67D. Grayscale: #6D6D6D. Windows color (decimal): -3262078 or 8534478. OLE color: 8534478.
HSL color Cylindrical-coordinate representation of color #CE3982: hue angle of 330.6º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3982 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 130 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.19 |
| HSL | 330.6º | 0.6% | 0.52% | - |
| HSV(B) | 330.6º | 0.72% | 0.81% | - |
| XYZ | 30.95 | 17.66 | 22.9 | - |
| YUV | 109.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 130 | 0 | 0.72 | 0.37 | 0.19 | 330.6 | 0.6 | 0.52 |
| Hex | CE | 39 | 82 | 0 | 48 | 25 | 13 | 14B | 3C | 34 |
| Octal | 316 | 71 | 202 | 0 | 110 | 45 | 23 | 513 | 74 | 64 |
| Binary | 11001110 | 111001 | 10000010 | 0 | 1001000 | 100101 | 10011 | 101001011 | 111100 | 110100 |
Color Harmonies of #CE3982
Complementary color
Monochromatic Colors of #CE3982
Black with #CE3982
Text Example
Text Example
White with #CE3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3982; }
p { color: rgb(206,57,130); }
H1.HeaderClassName
{
color: #CE3982;
}
.AnyTagClassName
{
color: #CE3982;
}
</style>
background-color css
<style>
a { background-color: #CE3982; }
a { background-color: rgb(206,57,130); }
div.DivClassName
{
background-color: #CE3982;
}
.BgClassName
{
background-color: #CE3982;
}
</style>
border-color css
<style>
span { border-color: #CE3982; }
span { border-color: rgb(206,57,130); }
td.TdClassName
{
border-color: #CE3982;
}
.TagClassName
{
border-color: #CE3982;
}
</style>