Shades of Deep Cerise #CE3A8C
Tints of Deep Cerise #CE3A8C
RGB
CMYK
RGB Variations
Color information
#CE3A8C (or 0xCE3A8C) is known color: Deep Cerise. HEX triplet: CE, 3A and 8C. RGB value is (206,58,140). Sum of RGB (Red+Green+Blue) = 206+58+140=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A8C is #31C573. Grayscale: #6F6F6F. Windows color (decimal): -3261812 or 9190094. OLE color: 9190094.
HSL color Cylindrical-coordinate representation of color #CE3A8C: hue angle of 326.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A8C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 140 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.19 |
| HSL | 326.76º | 0.6% | 0.52% | - |
| HSV(B) | 326.76º | 0.72% | 0.81% | - |
| XYZ | 31.7 | 18.04 | 26.62 | - |
| YUV | 111.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 140 | 0 | 0.72 | 0.32 | 0.19 | 326.76 | 0.6 | 0.52 |
| Hex | CE | 3A | 8C | 0 | 48 | 20 | 13 | 147 | 3C | 34 |
| Octal | 316 | 72 | 214 | 0 | 110 | 40 | 23 | 507 | 74 | 64 |
| Binary | 11001110 | 111010 | 10001100 | 0 | 1001000 | 100000 | 10011 | 101000111 | 111100 | 110100 |
Color Harmonies of #CE3A8C
Complementary color
Monochromatic Colors of #CE3A8C
Black with #CE3A8C
Text Example
Text Example
White with #CE3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A8C; }
p { color: rgb(206,58,140); }
H1.HeaderClassName
{
color: #CE3A8C;
}
.AnyTagClassName
{
color: #CE3A8C;
}
</style>
background-color css
<style>
a { background-color: #CE3A8C; }
a { background-color: rgb(206,58,140); }
div.DivClassName
{
background-color: #CE3A8C;
}
.BgClassName
{
background-color: #CE3A8C;
}
</style>
border-color css
<style>
span { border-color: #CE3A8C; }
span { border-color: rgb(206,58,140); }
td.TdClassName
{
border-color: #CE3A8C;
}
.TagClassName
{
border-color: #CE3A8C;
}
</style>