Shades of Deep Cerise #CE318D
Tints of Deep Cerise #CE318D
RGB
CMYK
RGB Variations
Color information
#CE318D (or 0xCE318D) is known color: Deep Cerise. HEX triplet: CE, 31 and 8D. RGB value is (206,49,141). Sum of RGB (Red+Green+Blue) = 206+49+141=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE318D is #31CE72. Grayscale: #6A6A6A. Windows color (decimal): -3264115 or 9253326. OLE color: 9253326.
HSL color Cylindrical-coordinate representation of color #CE318D: hue angle of 324.84º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE318D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 141 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.19 |
| HSL | 324.84º | 0.62% | 0.5% | - |
| HSV(B) | 324.84º | 0.76% | 0.81% | - |
| XYZ | 31.36 | 17.24 | 26.87 | - |
| YUV | 106.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 141 | 0 | 0.76 | 0.32 | 0.19 | 324.84 | 0.62 | 0.5 |
| Hex | CE | 31 | 8D | 0 | 4C | 20 | 13 | 145 | 3E | 32 |
| Octal | 316 | 61 | 215 | 0 | 114 | 40 | 23 | 505 | 76 | 62 |
| Binary | 11001110 | 110001 | 10001101 | 0 | 1001100 | 100000 | 10011 | 101000101 | 111110 | 110010 |
Color Harmonies of #CE318D
Complementary color
Monochromatic Colors of #CE318D
Black with #CE318D
Text Example
Text Example
White with #CE318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE318D; }
p { color: rgb(206,49,141); }
H1.HeaderClassName
{
color: #CE318D;
}
.AnyTagClassName
{
color: #CE318D;
}
</style>
background-color css
<style>
a { background-color: #CE318D; }
a { background-color: rgb(206,49,141); }
div.DivClassName
{
background-color: #CE318D;
}
.BgClassName
{
background-color: #CE318D;
}
</style>
border-color css
<style>
span { border-color: #CE318D; }
span { border-color: rgb(206,49,141); }
td.TdClassName
{
border-color: #CE318D;
}
.TagClassName
{
border-color: #CE318D;
}
</style>