Shades of Deep Cerise #CE378C
Tints of Deep Cerise #CE378C
RGB
CMYK
RGB Variations
Color information
#CE378C (or 0xCE378C) is known color: Deep Cerise. HEX triplet: CE, 37 and 8C. RGB value is (206,55,140). Sum of RGB (Red+Green+Blue) = 206+55+140=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE378C is #31C873. Grayscale: #6D6D6D. Windows color (decimal): -3262580 or 9189326. OLE color: 9189326.
HSL color Cylindrical-coordinate representation of color #CE378C: hue angle of 326.23º 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 #CE378C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 140 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.19 |
| HSL | 326.23º | 0.61% | 0.51% | - |
| HSV(B) | 326.23º | 0.73% | 0.81% | - |
| XYZ | 31.55 | 17.75 | 26.57 | - |
| YUV | 109.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 140 | 0 | 0.73 | 0.32 | 0.19 | 326.23 | 0.61 | 0.51 |
| Hex | CE | 37 | 8C | 0 | 49 | 20 | 13 | 146 | 3D | 33 |
| Octal | 316 | 67 | 214 | 0 | 111 | 40 | 23 | 506 | 75 | 63 |
| Binary | 11001110 | 110111 | 10001100 | 0 | 1001001 | 100000 | 10011 | 101000110 | 111101 | 110011 |
Color Harmonies of #CE378C
Complementary color
Monochromatic Colors of #CE378C
Black with #CE378C
Text Example
Text Example
White with #CE378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE378C; }
p { color: rgb(206,55,140); }
H1.HeaderClassName
{
color: #CE378C;
}
.AnyTagClassName
{
color: #CE378C;
}
</style>
background-color css
<style>
a { background-color: #CE378C; }
a { background-color: rgb(206,55,140); }
div.DivClassName
{
background-color: #CE378C;
}
.BgClassName
{
background-color: #CE378C;
}
</style>
border-color css
<style>
span { border-color: #CE378C; }
span { border-color: rgb(206,55,140); }
td.TdClassName
{
border-color: #CE378C;
}
.TagClassName
{
border-color: #CE378C;
}
</style>