Shades of Mulberry #C0588E
Tints of Mulberry #C0588E
RGB
CMYK
RGB Variations
Color information
#C0588E (or 0xC0588E) is known color: Mulberry. HEX triplet: C0, 58 and 8E. RGB value is (192,88,142). Sum of RGB (Red+Green+Blue) = 192+88+142=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0588E is #3FA771. Grayscale: #7D7D7D. Windows color (decimal): -4171634 or 9328832. OLE color: 9328832.
HSL color Cylindrical-coordinate representation of color #C0588E: hue angle of 328.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0588E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 142 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.25 |
| HSL | 328.85º | 0.45% | 0.55% | - |
| HSV(B) | 328.85º | 0.54% | 0.75% | - |
| XYZ | 30.11 | 20.14 | 27.89 | - |
| YUV | 125.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 142 | 0 | 0.54 | 0.26 | 0.25 | 328.85 | 0.45 | 0.55 |
| Hex | C0 | 58 | 8E | 0 | 36 | 1A | 19 | 149 | 2D | 37 |
| Octal | 300 | 130 | 216 | 0 | 66 | 32 | 31 | 511 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10001110 | 0 | 110110 | 11010 | 11001 | 101001001 | 101101 | 110111 |
Color Harmonies of #C0588E
Complementary color
Monochromatic Colors of #C0588E
Black with #C0588E
Text Example
Text Example
White with #C0588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0588E; }
p { color: rgb(192,88,142); }
H1.HeaderClassName
{
color: #C0588E;
}
.AnyTagClassName
{
color: #C0588E;
}
</style>
background-color css
<style>
a { background-color: #C0588E; }
a { background-color: rgb(192,88,142); }
div.DivClassName
{
background-color: #C0588E;
}
.BgClassName
{
background-color: #C0588E;
}
</style>
border-color css
<style>
span { border-color: #C0588E; }
span { border-color: rgb(192,88,142); }
td.TdClassName
{
border-color: #C0588E;
}
.TagClassName
{
border-color: #C0588E;
}
</style>