Shades of Deep Cerise #CE368B
Tints of Deep Cerise #CE368B
RGB
CMYK
RGB Variations
Color information
#CE368B (or 0xCE368B) is known color: Deep Cerise. HEX triplet: CE, 36 and 8B. RGB value is (206,54,139). Sum of RGB (Red+Green+Blue) = 206+54+139=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE368B is #31C974. Grayscale: #6C6C6C. Windows color (decimal): -3262837 or 9123534. OLE color: 9123534.
HSL color Cylindrical-coordinate representation of color #CE368B: hue angle of 326.45º 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 #CE368B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 139 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.19 |
| HSL | 326.45º | 0.61% | 0.51% | - |
| HSV(B) | 326.45º | 0.74% | 0.81% | - |
| XYZ | 31.43 | 17.62 | 26.17 | - |
| YUV | 109.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 139 | 0 | 0.74 | 0.33 | 0.19 | 326.45 | 0.61 | 0.51 |
| Hex | CE | 36 | 8B | 0 | 4A | 21 | 13 | 146 | 3D | 33 |
| Octal | 316 | 66 | 213 | 0 | 112 | 41 | 23 | 506 | 75 | 63 |
| Binary | 11001110 | 110110 | 10001011 | 0 | 1001010 | 100001 | 10011 | 101000110 | 111101 | 110011 |
Color Harmonies of #CE368B
Complementary color
Monochromatic Colors of #CE368B
Black with #CE368B
Text Example
Text Example
White with #CE368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE368B; }
p { color: rgb(206,54,139); }
H1.HeaderClassName
{
color: #CE368B;
}
.AnyTagClassName
{
color: #CE368B;
}
</style>
background-color css
<style>
a { background-color: #CE368B; }
a { background-color: rgb(206,54,139); }
div.DivClassName
{
background-color: #CE368B;
}
.BgClassName
{
background-color: #CE368B;
}
</style>
border-color css
<style>
span { border-color: #CE368B; }
span { border-color: rgb(206,54,139); }
td.TdClassName
{
border-color: #CE368B;
}
.TagClassName
{
border-color: #CE368B;
}
</style>