Shades of Mulberry #C8558E
Tints of Mulberry #C8558E
RGB
CMYK
RGB Variations
Color information
#C8558E (or 0xC8558E) is known color: Mulberry. HEX triplet: C8, 55 and 8E. RGB value is (200,85,142). Sum of RGB (Red+Green+Blue) = 200+85+142=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8558E is #37AA71. Grayscale: #7D7D7D. Windows color (decimal): -3648114 or 9328072. OLE color: 9328072.
HSL color Cylindrical-coordinate representation of color #C8558E: hue angle of 330.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8558E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 142 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.22 |
| HSL | 330.26º | 0.51% | 0.56% | - |
| HSV(B) | 330.26º | 0.58% | 0.78% | - |
| XYZ | 31.95 | 20.73 | 27.91 | - |
| YUV | 125.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 142 | 0 | 0.58 | 0.29 | 0.22 | 330.26 | 0.51 | 0.56 |
| Hex | C8 | 55 | 8E | 0 | 3A | 1D | 16 | 14A | 33 | 38 |
| Octal | 310 | 125 | 216 | 0 | 72 | 35 | 26 | 512 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10001110 | 0 | 111010 | 11101 | 10110 | 101001010 | 110011 | 111000 |
Color Harmonies of #C8558E
Complementary color
Monochromatic Colors of #C8558E
Black with #C8558E
Text Example
Text Example
White with #C8558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8558E; }
p { color: rgb(200,85,142); }
H1.HeaderClassName
{
color: #C8558E;
}
.AnyTagClassName
{
color: #C8558E;
}
</style>
background-color css
<style>
a { background-color: #C8558E; }
a { background-color: rgb(200,85,142); }
div.DivClassName
{
background-color: #C8558E;
}
.BgClassName
{
background-color: #C8558E;
}
</style>
border-color css
<style>
span { border-color: #C8558E; }
span { border-color: rgb(200,85,142); }
td.TdClassName
{
border-color: #C8558E;
}
.TagClassName
{
border-color: #C8558E;
}
</style>