Shades of Deep Cerise #CE2773
Tints of Deep Cerise #CE2773
RGB
CMYK
RGB Variations
Color information
#CE2773 (or 0xCE2773) is known color: Deep Cerise. HEX triplet: CE, 27 and 73. RGB value is (206,39,115). Sum of RGB (Red+Green+Blue) = 206+39+115=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2773 is #31D88C. Grayscale: #616161. Windows color (decimal): -3266701 or 7546830. OLE color: 7546830.
HSL color Cylindrical-coordinate representation of color #CE2773: hue angle of 332.69º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2773 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 115 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.19 |
| HSL | 332.69º | 0.68% | 0.48% | - |
| HSV(B) | 332.69º | 0.81% | 0.81% | - |
| XYZ | 29.27 | 15.81 | 17.73 | - |
| YUV | 97.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 115 | 0 | 0.81 | 0.44 | 0.19 | 332.69 | 0.68 | 0.48 |
| Hex | CE | 27 | 73 | 0 | 51 | 2C | 13 | 14D | 44 | 30 |
| Octal | 316 | 47 | 163 | 0 | 121 | 54 | 23 | 515 | 104 | 60 |
| Binary | 11001110 | 100111 | 1110011 | 0 | 1010001 | 101100 | 10011 | 101001101 | 1000100 | 110000 |
Color Harmonies of #CE2773
Complementary color
Monochromatic Colors of #CE2773
Black with #CE2773
Text Example
Text Example
White with #CE2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2773; }
p { color: rgb(206,39,115); }
H1.HeaderClassName
{
color: #CE2773;
}
.AnyTagClassName
{
color: #CE2773;
}
</style>
background-color css
<style>
a { background-color: #CE2773; }
a { background-color: rgb(206,39,115); }
div.DivClassName
{
background-color: #CE2773;
}
.BgClassName
{
background-color: #CE2773;
}
</style>
border-color css
<style>
span { border-color: #CE2773; }
span { border-color: rgb(206,39,115); }
td.TdClassName
{
border-color: #CE2773;
}
.TagClassName
{
border-color: #CE2773;
}
</style>