Shades of Deep Cerise #CE2D84
Tints of Deep Cerise #CE2D84
RGB
CMYK
RGB Variations
Color information
#CE2D84 (or 0xCE2D84) is known color: Deep Cerise. HEX triplet: CE, 2D and 84. RGB value is (206,45,132). Sum of RGB (Red+Green+Blue) = 206+45+132=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D84 is #31D27B. Grayscale: #666666. Windows color (decimal): -3265148 or 8662478. OLE color: 8662478.
HSL color Cylindrical-coordinate representation of color #CE2D84: hue angle of 327.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D84 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 132 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.19 |
| HSL | 327.58º | 0.64% | 0.49% | - |
| HSV(B) | 327.58º | 0.78% | 0.81% | - |
| XYZ | 30.56 | 16.66 | 23.44 | - |
| YUV | 103.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 132 | 0 | 0.78 | 0.36 | 0.19 | 327.58 | 0.64 | 0.49 |
| Hex | CE | 2D | 84 | 0 | 4E | 24 | 13 | 148 | 40 | 31 |
| Octal | 316 | 55 | 204 | 0 | 116 | 44 | 23 | 510 | 100 | 61 |
| Binary | 11001110 | 101101 | 10000100 | 0 | 1001110 | 100100 | 10011 | 101001000 | 1000000 | 110001 |
Color Harmonies of #CE2D84
Complementary color
Monochromatic Colors of #CE2D84
Black with #CE2D84
Text Example
Text Example
White with #CE2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D84; }
p { color: rgb(206,45,132); }
H1.HeaderClassName
{
color: #CE2D84;
}
.AnyTagClassName
{
color: #CE2D84;
}
</style>
background-color css
<style>
a { background-color: #CE2D84; }
a { background-color: rgb(206,45,132); }
div.DivClassName
{
background-color: #CE2D84;
}
.BgClassName
{
background-color: #CE2D84;
}
</style>
border-color css
<style>
span { border-color: #CE2D84; }
span { border-color: rgb(206,45,132); }
td.TdClassName
{
border-color: #CE2D84;
}
.TagClassName
{
border-color: #CE2D84;
}
</style>