Shades of Deep Cerise #CE2B93
Tints of Deep Cerise #CE2B93
RGB
CMYK
RGB Variations
Color information
#CE2B93 (or 0xCE2B93) is known color: Deep Cerise. HEX triplet: CE, 2B and 93. RGB value is (206,43,147). Sum of RGB (Red+Green+Blue) = 206+43+147=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B93 is #31D46C. Grayscale: #676767. Windows color (decimal): -3265645 or 9645006. OLE color: 9645006.
HSL color Cylindrical-coordinate representation of color #CE2B93: hue angle of 321.72º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B93 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 147 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.19 |
| HSL | 321.72º | 0.65% | 0.49% | - |
| HSV(B) | 321.72º | 0.79% | 0.81% | - |
| XYZ | 31.58 | 16.96 | 29.21 | - |
| YUV | 103.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 147 | 0 | 0.79 | 0.29 | 0.19 | 321.72 | 0.65 | 0.49 |
| Hex | CE | 2B | 93 | 0 | 4F | 1D | 13 | 142 | 41 | 31 |
| Octal | 316 | 53 | 223 | 0 | 117 | 35 | 23 | 502 | 101 | 61 |
| Binary | 11001110 | 101011 | 10010011 | 0 | 1001111 | 11101 | 10011 | 101000010 | 1000001 | 110001 |
Color Harmonies of #CE2B93
Complementary color
Monochromatic Colors of #CE2B93
Black with #CE2B93
Text Example
Text Example
White with #CE2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B93; }
p { color: rgb(206,43,147); }
H1.HeaderClassName
{
color: #CE2B93;
}
.AnyTagClassName
{
color: #CE2B93;
}
</style>
background-color css
<style>
a { background-color: #CE2B93; }
a { background-color: rgb(206,43,147); }
div.DivClassName
{
background-color: #CE2B93;
}
.BgClassName
{
background-color: #CE2B93;
}
</style>
border-color css
<style>
span { border-color: #CE2B93; }
span { border-color: rgb(206,43,147); }
td.TdClassName
{
border-color: #CE2B93;
}
.TagClassName
{
border-color: #CE2B93;
}
</style>