Shades of Deep Cerise #CE377C
Tints of Deep Cerise #CE377C
RGB
CMYK
RGB Variations
Color information
#CE377C (or 0xCE377C) is known color: Deep Cerise. HEX triplet: CE, 37 and 7C. RGB value is (206,55,124). Sum of RGB (Red+Green+Blue) = 206+55+124=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE377C is #31C883. Grayscale: #6B6B6B. Windows color (decimal): -3262596 or 8140750. OLE color: 8140750.
HSL color Cylindrical-coordinate representation of color #CE377C: hue angle of 332.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE377C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 124 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.19 |
| HSL | 332.58º | 0.61% | 0.51% | - |
| HSV(B) | 332.58º | 0.73% | 0.81% | - |
| XYZ | 30.46 | 17.31 | 20.8 | - |
| YUV | 108.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 124 | 0 | 0.73 | 0.40 | 0.19 | 332.58 | 0.61 | 0.51 |
| Hex | CE | 37 | 7C | 0 | 49 | 28 | 13 | 14D | 3D | 33 |
| Octal | 316 | 67 | 174 | 0 | 111 | 50 | 23 | 515 | 75 | 63 |
| Binary | 11001110 | 110111 | 1111100 | 0 | 1001001 | 101000 | 10011 | 101001101 | 111101 | 110011 |
Color Harmonies of #CE377C
Complementary color
Monochromatic Colors of #CE377C
Black with #CE377C
Text Example
Text Example
White with #CE377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE377C; }
p { color: rgb(206,55,124); }
H1.HeaderClassName
{
color: #CE377C;
}
.AnyTagClassName
{
color: #CE377C;
}
</style>
background-color css
<style>
a { background-color: #CE377C; }
a { background-color: rgb(206,55,124); }
div.DivClassName
{
background-color: #CE377C;
}
.BgClassName
{
background-color: #CE377C;
}
</style>
border-color css
<style>
span { border-color: #CE377C; }
span { border-color: rgb(206,55,124); }
td.TdClassName
{
border-color: #CE377C;
}
.TagClassName
{
border-color: #CE377C;
}
</style>