Shades of Deep Cerise #CE378E
Tints of Deep Cerise #CE378E
RGB
CMYK
RGB Variations
Color information
#CE378E (or 0xCE378E) is known color: Deep Cerise. HEX triplet: CE, 37 and 8E. RGB value is (206,55,142). Sum of RGB (Red+Green+Blue) = 206+55+142=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE378E is #31C871. Grayscale: #6D6D6D. Windows color (decimal): -3262578 or 9320398. OLE color: 9320398.
HSL color Cylindrical-coordinate representation of color #CE378E: hue angle of 325.43º 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 #CE378E is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 142 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.19 |
| HSL | 325.43º | 0.61% | 0.51% | - |
| HSV(B) | 325.43º | 0.73% | 0.81% | - |
| XYZ | 31.7 | 17.81 | 27.36 | - |
| YUV | 110.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 142 | 0 | 0.73 | 0.31 | 0.19 | 325.43 | 0.61 | 0.51 |
| Hex | CE | 37 | 8E | 0 | 49 | 1F | 13 | 145 | 3D | 33 |
| Octal | 316 | 67 | 216 | 0 | 111 | 37 | 23 | 505 | 75 | 63 |
| Binary | 11001110 | 110111 | 10001110 | 0 | 1001001 | 11111 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CE378E
Complementary color
Monochromatic Colors of #CE378E
Black with #CE378E
Text Example
Text Example
White with #CE378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE378E; }
p { color: rgb(206,55,142); }
H1.HeaderClassName
{
color: #CE378E;
}
.AnyTagClassName
{
color: #CE378E;
}
</style>
background-color css
<style>
a { background-color: #CE378E; }
a { background-color: rgb(206,55,142); }
div.DivClassName
{
background-color: #CE378E;
}
.BgClassName
{
background-color: #CE378E;
}
</style>
border-color css
<style>
span { border-color: #CE378E; }
span { border-color: rgb(206,55,142); }
td.TdClassName
{
border-color: #CE378E;
}
.TagClassName
{
border-color: #CE378E;
}
</style>