Shades of Mulberry #CE558B
Tints of Mulberry #CE558B
RGB
CMYK
RGB Variations
Color information
#CE558B (or 0xCE558B) is known color: Mulberry. HEX triplet: CE, 55 and 8B. RGB value is (206,85,139). Sum of RGB (Red+Green+Blue) = 206+85+139=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE558B is #31AA74. Grayscale: #7F7F7F. Windows color (decimal): -3254901 or 9131470. OLE color: 9131470.
HSL color Cylindrical-coordinate representation of color #CE558B: hue angle of 333.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE558B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 139 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.19 |
| HSL | 333.22º | 0.55% | 0.57% | - |
| HSV(B) | 333.22º | 0.59% | 0.81% | - |
| XYZ | 33.36 | 21.48 | 26.81 | - |
| YUV | 127.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 139 | 0 | 0.59 | 0.33 | 0.19 | 333.22 | 0.55 | 0.57 |
| Hex | CE | 55 | 8B | 0 | 3B | 21 | 13 | 14D | 37 | 39 |
| Octal | 316 | 125 | 213 | 0 | 73 | 41 | 23 | 515 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10001011 | 0 | 111011 | 100001 | 10011 | 101001101 | 110111 | 111001 |
Color Harmonies of #CE558B
Complementary color
Monochromatic Colors of #CE558B
Black with #CE558B
Text Example
Text Example
White with #CE558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE558B; }
p { color: rgb(206,85,139); }
H1.HeaderClassName
{
color: #CE558B;
}
.AnyTagClassName
{
color: #CE558B;
}
</style>
background-color css
<style>
a { background-color: #CE558B; }
a { background-color: rgb(206,85,139); }
div.DivClassName
{
background-color: #CE558B;
}
.BgClassName
{
background-color: #CE558B;
}
</style>
border-color css
<style>
span { border-color: #CE558B; }
span { border-color: rgb(206,85,139); }
td.TdClassName
{
border-color: #CE558B;
}
.TagClassName
{
border-color: #CE558B;
}
</style>