Shades of Deep Cerise #CE2684
Tints of Deep Cerise #CE2684
RGB
CMYK
RGB Variations
Color information
#CE2684 (or 0xCE2684) is known color: Deep Cerise. HEX triplet: CE, 26 and 84. RGB value is (206,38,132). Sum of RGB (Red+Green+Blue) = 206+38+132=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2684 is #31D97B. Grayscale: #626262. Windows color (decimal): -3266940 or 8660686. OLE color: 8660686.
HSL color Cylindrical-coordinate representation of color #CE2684: hue angle of 326.43º 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 #CE2684 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 132 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.19 |
| HSL | 326.43º | 0.69% | 0.48% | - |
| HSV(B) | 326.43º | 0.82% | 0.81% | - |
| XYZ | 30.31 | 16.17 | 23.35 | - |
| YUV | 98.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 132 | 0 | 0.82 | 0.36 | 0.19 | 326.43 | 0.69 | 0.48 |
| Hex | CE | 26 | 84 | 0 | 52 | 24 | 13 | 146 | 45 | 30 |
| Octal | 316 | 46 | 204 | 0 | 122 | 44 | 23 | 506 | 105 | 60 |
| Binary | 11001110 | 100110 | 10000100 | 0 | 1010010 | 100100 | 10011 | 101000110 | 1000101 | 110000 |
Color Harmonies of #CE2684
Complementary color
Monochromatic Colors of #CE2684
Black with #CE2684
Text Example
Text Example
White with #CE2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2684; }
p { color: rgb(206,38,132); }
H1.HeaderClassName
{
color: #CE2684;
}
.AnyTagClassName
{
color: #CE2684;
}
</style>
background-color css
<style>
a { background-color: #CE2684; }
a { background-color: rgb(206,38,132); }
div.DivClassName
{
background-color: #CE2684;
}
.BgClassName
{
background-color: #CE2684;
}
</style>
border-color css
<style>
span { border-color: #CE2684; }
span { border-color: rgb(206,38,132); }
td.TdClassName
{
border-color: #CE2684;
}
.TagClassName
{
border-color: #CE2684;
}
</style>