Shades of Mulberry #CE3E8C
Tints of Mulberry #CE3E8C
RGB
CMYK
RGB Variations
Color information
#CE3E8C (or 0xCE3E8C) is known color: Mulberry. HEX triplet: CE, 3E and 8C. RGB value is (206,62,140). Sum of RGB (Red+Green+Blue) = 206+62+140=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3E8C is #31C173. Grayscale: #717171. Windows color (decimal): -3260788 or 9191118. OLE color: 9191118.
HSL color Cylindrical-coordinate representation of color #CE3E8C: hue angle of 327.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E8C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 140 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.19 |
| HSL | 327.5º | 0.6% | 0.53% | - |
| HSV(B) | 327.5º | 0.7% | 0.81% | - |
| XYZ | 31.91 | 18.46 | 26.69 | - |
| YUV | 113.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 140 | 0 | 0.70 | 0.32 | 0.19 | 327.5 | 0.6 | 0.53 |
| Hex | CE | 3E | 8C | 0 | 46 | 20 | 13 | 148 | 3C | 35 |
| Octal | 316 | 76 | 214 | 0 | 106 | 40 | 23 | 510 | 74 | 65 |
| Binary | 11001110 | 111110 | 10001100 | 0 | 1000110 | 100000 | 10011 | 101001000 | 111100 | 110101 |
Color Harmonies of #CE3E8C
Complementary color
Monochromatic Colors of #CE3E8C
Black with #CE3E8C
Text Example
Text Example
White with #CE3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E8C; }
p { color: rgb(206,62,140); }
H1.HeaderClassName
{
color: #CE3E8C;
}
.AnyTagClassName
{
color: #CE3E8C;
}
</style>
background-color css
<style>
a { background-color: #CE3E8C; }
a { background-color: rgb(206,62,140); }
div.DivClassName
{
background-color: #CE3E8C;
}
.BgClassName
{
background-color: #CE3E8C;
}
</style>
border-color css
<style>
span { border-color: #CE3E8C; }
span { border-color: rgb(206,62,140); }
td.TdClassName
{
border-color: #CE3E8C;
}
.TagClassName
{
border-color: #CE3E8C;
}
</style>