Shades of Deep Cerise #CE3682
Tints of Deep Cerise #CE3682
RGB
CMYK
RGB Variations
Color information
#CE3682 (or 0xCE3682) is known color: Deep Cerise. HEX triplet: CE, 36 and 82. RGB value is (206,54,130). Sum of RGB (Red+Green+Blue) = 206+54+130=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3682 is #31C97D. Grayscale: #6B6B6B. Windows color (decimal): -3262846 or 8533710. OLE color: 8533710.
HSL color Cylindrical-coordinate representation of color #CE3682: hue angle of 330º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3682 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 130 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.19 |
| HSL | 330º | 0.61% | 0.51% | - |
| HSV(B) | 330º | 0.74% | 0.81% | - |
| XYZ | 30.8 | 17.37 | 22.85 | - |
| YUV | 108.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 130 | 0 | 0.74 | 0.37 | 0.19 | 330 | 0.61 | 0.51 |
| Hex | CE | 36 | 82 | 0 | 4A | 25 | 13 | 14A | 3D | 33 |
| Octal | 316 | 66 | 202 | 0 | 112 | 45 | 23 | 512 | 75 | 63 |
| Binary | 11001110 | 110110 | 10000010 | 0 | 1001010 | 100101 | 10011 | 101001010 | 111101 | 110011 |
Color Harmonies of #CE3682
Complementary color
Monochromatic Colors of #CE3682
Black with #CE3682
Text Example
Text Example
White with #CE3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3682; }
p { color: rgb(206,54,130); }
H1.HeaderClassName
{
color: #CE3682;
}
.AnyTagClassName
{
color: #CE3682;
}
</style>
background-color css
<style>
a { background-color: #CE3682; }
a { background-color: rgb(206,54,130); }
div.DivClassName
{
background-color: #CE3682;
}
.BgClassName
{
background-color: #CE3682;
}
</style>
border-color css
<style>
span { border-color: #CE3682; }
span { border-color: rgb(206,54,130); }
td.TdClassName
{
border-color: #CE3682;
}
.TagClassName
{
border-color: #CE3682;
}
</style>