Shades of Deep Cerise #CE2D83
Tints of Deep Cerise #CE2D83
RGB
CMYK
RGB Variations
Color information
#CE2D83 (or 0xCE2D83) is known color: Deep Cerise. HEX triplet: CE, 2D and 83. RGB value is (206,45,131). Sum of RGB (Red+Green+Blue) = 206+45+131=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D83 is #31D27C. Grayscale: #666666. Windows color (decimal): -3265149 or 8596942. OLE color: 8596942.
HSL color Cylindrical-coordinate representation of color #CE2D83: hue angle of 327.95º 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 #CE2D83 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 131 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.19 |
| HSL | 327.95º | 0.64% | 0.49% | - |
| HSV(B) | 327.95º | 0.78% | 0.81% | - |
| XYZ | 30.49 | 16.64 | 23.08 | - |
| YUV | 102.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 131 | 0 | 0.78 | 0.36 | 0.19 | 327.95 | 0.64 | 0.49 |
| Hex | CE | 2D | 83 | 0 | 4E | 24 | 13 | 148 | 40 | 31 |
| Octal | 316 | 55 | 203 | 0 | 116 | 44 | 23 | 510 | 100 | 61 |
| Binary | 11001110 | 101101 | 10000011 | 0 | 1001110 | 100100 | 10011 | 101001000 | 1000000 | 110001 |
Color Harmonies of #CE2D83
Complementary color
Monochromatic Colors of #CE2D83
Black with #CE2D83
Text Example
Text Example
White with #CE2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D83; }
p { color: rgb(206,45,131); }
H1.HeaderClassName
{
color: #CE2D83;
}
.AnyTagClassName
{
color: #CE2D83;
}
</style>
background-color css
<style>
a { background-color: #CE2D83; }
a { background-color: rgb(206,45,131); }
div.DivClassName
{
background-color: #CE2D83;
}
.BgClassName
{
background-color: #CE2D83;
}
</style>
border-color css
<style>
span { border-color: #CE2D83; }
span { border-color: rgb(206,45,131); }
td.TdClassName
{
border-color: #CE2D83;
}
.TagClassName
{
border-color: #CE2D83;
}
</style>