Shades of Deep Cerise #CE2E83
Tints of Deep Cerise #CE2E83
RGB
CMYK
RGB Variations
Color information
#CE2E83 (or 0xCE2E83) is known color: Deep Cerise. HEX triplet: CE, 2E and 83. RGB value is (206,46,131). Sum of RGB (Red+Green+Blue) = 206+46+131=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E83 is #31D17C. Grayscale: #676767. Windows color (decimal): -3264893 or 8597198. OLE color: 8597198.
HSL color Cylindrical-coordinate representation of color #CE2E83: hue angle of 328.12º degrees, saturation: 0.63, 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 #CE2E83 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 131 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.19 |
| HSL | 328.13º | 0.63% | 0.49% | - |
| HSV(B) | 328.13º | 0.78% | 0.81% | - |
| XYZ | 30.53 | 16.71 | 23.09 | - |
| YUV | 103.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 131 | 0 | 0.78 | 0.36 | 0.19 | 328.13 | 0.63 | 0.49 |
| Hex | CE | 2E | 83 | 0 | 4E | 24 | 13 | 148 | 3F | 31 |
| Octal | 316 | 56 | 203 | 0 | 116 | 44 | 23 | 510 | 77 | 61 |
| Binary | 11001110 | 101110 | 10000011 | 0 | 1001110 | 100100 | 10011 | 101001000 | 111111 | 110001 |
Color Harmonies of #CE2E83
Complementary color
Monochromatic Colors of #CE2E83
Black with #CE2E83
Text Example
Text Example
White with #CE2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E83; }
p { color: rgb(206,46,131); }
H1.HeaderClassName
{
color: #CE2E83;
}
.AnyTagClassName
{
color: #CE2E83;
}
</style>
background-color css
<style>
a { background-color: #CE2E83; }
a { background-color: rgb(206,46,131); }
div.DivClassName
{
background-color: #CE2E83;
}
.BgClassName
{
background-color: #CE2E83;
}
</style>
border-color css
<style>
span { border-color: #CE2E83; }
span { border-color: rgb(206,46,131); }
td.TdClassName
{
border-color: #CE2E83;
}
.TagClassName
{
border-color: #CE2E83;
}
</style>