Shades of Deep Cerise #CE2682
Tints of Deep Cerise #CE2682
RGB
CMYK
RGB Variations
Color information
#CE2682 (or 0xCE2682) is known color: Deep Cerise. HEX triplet: CE, 26 and 82. RGB value is (206,38,130). Sum of RGB (Red+Green+Blue) = 206+38+130=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2682 is #31D97D. Grayscale: #626262. Windows color (decimal): -3266942 or 8529614. OLE color: 8529614.
HSL color Cylindrical-coordinate representation of color #CE2682: hue angle of 327.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2682 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 130 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.19 |
| HSL | 327.14º | 0.69% | 0.48% | - |
| HSV(B) | 327.14º | 0.82% | 0.81% | - |
| XYZ | 30.18 | 16.12 | 22.64 | - |
| YUV | 98.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 130 | 0 | 0.82 | 0.37 | 0.19 | 327.14 | 0.69 | 0.48 |
| Hex | CE | 26 | 82 | 0 | 52 | 25 | 13 | 147 | 45 | 30 |
| Octal | 316 | 46 | 202 | 0 | 122 | 45 | 23 | 507 | 105 | 60 |
| Binary | 11001110 | 100110 | 10000010 | 0 | 1010010 | 100101 | 10011 | 101000111 | 1000101 | 110000 |
Color Harmonies of #CE2682
Complementary color
Monochromatic Colors of #CE2682
Black with #CE2682
Text Example
Text Example
White with #CE2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2682; }
p { color: rgb(206,38,130); }
H1.HeaderClassName
{
color: #CE2682;
}
.AnyTagClassName
{
color: #CE2682;
}
</style>
background-color css
<style>
a { background-color: #CE2682; }
a { background-color: rgb(206,38,130); }
div.DivClassName
{
background-color: #CE2682;
}
.BgClassName
{
background-color: #CE2682;
}
</style>
border-color css
<style>
span { border-color: #CE2682; }
span { border-color: rgb(206,38,130); }
td.TdClassName
{
border-color: #CE2682;
}
.TagClassName
{
border-color: #CE2682;
}
</style>