Shades of Deep Cerise #CE318B
Tints of Deep Cerise #CE318B
RGB
CMYK
RGB Variations
Color information
#CE318B (or 0xCE318B) is known color: Deep Cerise. HEX triplet: CE, 31 and 8B. RGB value is (206,49,139). Sum of RGB (Red+Green+Blue) = 206+49+139=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE318B is #31CE74. Grayscale: #6A6A6A. Windows color (decimal): -3264117 or 9122254. OLE color: 9122254.
HSL color Cylindrical-coordinate representation of color #CE318B: hue angle of 325.61º 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 #CE318B is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 139 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.19 |
| HSL | 325.61º | 0.62% | 0.5% | - |
| HSV(B) | 325.61º | 0.76% | 0.81% | - |
| XYZ | 31.21 | 17.18 | 26.1 | - |
| YUV | 106.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 139 | 0 | 0.76 | 0.33 | 0.19 | 325.61 | 0.62 | 0.5 |
| Hex | CE | 31 | 8B | 0 | 4C | 21 | 13 | 146 | 3E | 32 |
| Octal | 316 | 61 | 213 | 0 | 114 | 41 | 23 | 506 | 76 | 62 |
| Binary | 11001110 | 110001 | 10001011 | 0 | 1001100 | 100001 | 10011 | 101000110 | 111110 | 110010 |
Color Harmonies of #CE318B
Complementary color
Monochromatic Colors of #CE318B
Black with #CE318B
Text Example
Text Example
White with #CE318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE318B; }
p { color: rgb(206,49,139); }
H1.HeaderClassName
{
color: #CE318B;
}
.AnyTagClassName
{
color: #CE318B;
}
</style>
background-color css
<style>
a { background-color: #CE318B; }
a { background-color: rgb(206,49,139); }
div.DivClassName
{
background-color: #CE318B;
}
.BgClassName
{
background-color: #CE318B;
}
</style>
border-color css
<style>
span { border-color: #CE318B; }
span { border-color: rgb(206,49,139); }
td.TdClassName
{
border-color: #CE318B;
}
.TagClassName
{
border-color: #CE318B;
}
</style>