Shades of Deep Cerise #CE368C
Tints of Deep Cerise #CE368C
RGB
CMYK
RGB Variations
Color information
#CE368C (or 0xCE368C) is known color: Deep Cerise. HEX triplet: CE, 36 and 8C. RGB value is (206,54,140). Sum of RGB (Red+Green+Blue) = 206+54+140=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368C is #31C973. Grayscale: #6D6D6D. Windows color (decimal): -3262836 or 9189070. OLE color: 9189070.
HSL color Cylindrical-coordinate representation of color #CE368C: hue angle of 326.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE368C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 140 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.19 |
| HSL | 326.05º | 0.61% | 0.51% | - |
| HSV(B) | 326.05º | 0.74% | 0.81% | - |
| XYZ | 31.51 | 17.65 | 26.56 | - |
| YUV | 109.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 140 | 0 | 0.74 | 0.32 | 0.19 | 326.05 | 0.61 | 0.51 |
| Hex | CE | 36 | 8C | 0 | 4A | 20 | 13 | 146 | 3D | 33 |
| Octal | 316 | 66 | 214 | 0 | 112 | 40 | 23 | 506 | 75 | 63 |
| Binary | 11001110 | 110110 | 10001100 | 0 | 1001010 | 100000 | 10011 | 101000110 | 111101 | 110011 |
Color Harmonies of #CE368C
Complementary color
Monochromatic Colors of #CE368C
Black with #CE368C
Text Example
Text Example
White with #CE368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE368C; }
p { color: rgb(206,54,140); }
H1.HeaderClassName
{
color: #CE368C;
}
.AnyTagClassName
{
color: #CE368C;
}
</style>
background-color css
<style>
a { background-color: #CE368C; }
a { background-color: rgb(206,54,140); }
div.DivClassName
{
background-color: #CE368C;
}
.BgClassName
{
background-color: #CE368C;
}
</style>
border-color css
<style>
span { border-color: #CE368C; }
span { border-color: rgb(206,54,140); }
td.TdClassName
{
border-color: #CE368C;
}
.TagClassName
{
border-color: #CE368C;
}
</style>