Shades of Deep Cerise #CE388A
Tints of Deep Cerise #CE388A
RGB
CMYK
RGB Variations
Color information
#CE388A (or 0xCE388A) is known color: Deep Cerise. HEX triplet: CE, 38 and 8A. RGB value is (206,56,138). Sum of RGB (Red+Green+Blue) = 206+56+138=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE388A is #31C775. Grayscale: #6E6E6E. Windows color (decimal): -3262326 or 9058510. OLE color: 9058510.
HSL color Cylindrical-coordinate representation of color #CE388A: hue angle of 327.2º degrees, saturation: 0.6, 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 #CE388A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 138 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.19 |
| HSL | 327.2º | 0.6% | 0.51% | - |
| HSV(B) | 327.2º | 0.73% | 0.81% | - |
| XYZ | 31.46 | 17.79 | 25.82 | - |
| YUV | 110.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 138 | 0 | 0.73 | 0.33 | 0.19 | 327.2 | 0.6 | 0.51 |
| Hex | CE | 38 | 8A | 0 | 49 | 21 | 13 | 147 | 3C | 33 |
| Octal | 316 | 70 | 212 | 0 | 111 | 41 | 23 | 507 | 74 | 63 |
| Binary | 11001110 | 111000 | 10001010 | 0 | 1001001 | 100001 | 10011 | 101000111 | 111100 | 110011 |
Color Harmonies of #CE388A
Complementary color
Monochromatic Colors of #CE388A
Black with #CE388A
Text Example
Text Example
White with #CE388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE388A; }
p { color: rgb(206,56,138); }
H1.HeaderClassName
{
color: #CE388A;
}
.AnyTagClassName
{
color: #CE388A;
}
</style>
background-color css
<style>
a { background-color: #CE388A; }
a { background-color: rgb(206,56,138); }
div.DivClassName
{
background-color: #CE388A;
}
.BgClassName
{
background-color: #CE388A;
}
</style>
border-color css
<style>
span { border-color: #CE388A; }
span { border-color: rgb(206,56,138); }
td.TdClassName
{
border-color: #CE388A;
}
.TagClassName
{
border-color: #CE388A;
}
</style>