Shades of Mulberry #CE3F8D
Tints of Mulberry #CE3F8D
RGB
CMYK
RGB Variations
Color information
#CE3F8D (or 0xCE3F8D) is known color: Mulberry. HEX triplet: CE, 3F and 8D. RGB value is (206,63,141). Sum of RGB (Red+Green+Blue) = 206+63+141=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3F8D is #31C072. Grayscale: #727272. Windows color (decimal): -3260531 or 9256910. OLE color: 9256910.
HSL color Cylindrical-coordinate representation of color #CE3F8D: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F8D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 141 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.19 |
| HSL | 327.27º | 0.59% | 0.53% | - |
| HSV(B) | 327.27º | 0.69% | 0.81% | - |
| XYZ | 32.04 | 18.6 | 27.1 | - |
| YUV | 114.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 141 | 0 | 0.69 | 0.32 | 0.19 | 327.27 | 0.59 | 0.53 |
| Hex | CE | 3F | 8D | 0 | 45 | 20 | 13 | 147 | 3B | 35 |
| Octal | 316 | 77 | 215 | 0 | 105 | 40 | 23 | 507 | 73 | 65 |
| Binary | 11001110 | 111111 | 10001101 | 0 | 1000101 | 100000 | 10011 | 101000111 | 111011 | 110101 |
Color Harmonies of #CE3F8D
Complementary color
Monochromatic Colors of #CE3F8D
Black with #CE3F8D
Text Example
Text Example
White with #CE3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F8D; }
p { color: rgb(206,63,141); }
H1.HeaderClassName
{
color: #CE3F8D;
}
.AnyTagClassName
{
color: #CE3F8D;
}
</style>
background-color css
<style>
a { background-color: #CE3F8D; }
a { background-color: rgb(206,63,141); }
div.DivClassName
{
background-color: #CE3F8D;
}
.BgClassName
{
background-color: #CE3F8D;
}
</style>
border-color css
<style>
span { border-color: #CE3F8D; }
span { border-color: rgb(206,63,141); }
td.TdClassName
{
border-color: #CE3F8D;
}
.TagClassName
{
border-color: #CE3F8D;
}
</style>