Shades of Mulberry #C0588A
Tints of Mulberry #C0588A
RGB
CMYK
RGB Variations
Color information
#C0588A (or 0xC0588A) is known color: Mulberry. HEX triplet: C0, 58 and 8A. RGB value is (192,88,138). Sum of RGB (Red+Green+Blue) = 192+88+138=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0588A is #3FA775. Grayscale: #7C7C7C. Windows color (decimal): -4171638 or 9066688. OLE color: 9066688.
HSL color Cylindrical-coordinate representation of color #C0588A: hue angle of 331.15º 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 #C0588A is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 138 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.25 |
| HSL | 331.15º | 0.45% | 0.55% | - |
| HSV(B) | 331.15º | 0.54% | 0.75% | - |
| XYZ | 29.82 | 20.02 | 26.34 | - |
| YUV | 124.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 138 | 0 | 0.54 | 0.28 | 0.25 | 331.15 | 0.45 | 0.55 |
| Hex | C0 | 58 | 8A | 0 | 36 | 1C | 19 | 14B | 2D | 37 |
| Octal | 300 | 130 | 212 | 0 | 66 | 34 | 31 | 513 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10001010 | 0 | 110110 | 11100 | 11001 | 101001011 | 101101 | 110111 |
Color Harmonies of #C0588A
Complementary color
Monochromatic Colors of #C0588A
Black with #C0588A
Text Example
Text Example
White with #C0588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0588A; }
p { color: rgb(192,88,138); }
H1.HeaderClassName
{
color: #C0588A;
}
.AnyTagClassName
{
color: #C0588A;
}
</style>
background-color css
<style>
a { background-color: #C0588A; }
a { background-color: rgb(192,88,138); }
div.DivClassName
{
background-color: #C0588A;
}
.BgClassName
{
background-color: #C0588A;
}
</style>
border-color css
<style>
span { border-color: #C0588A; }
span { border-color: rgb(192,88,138); }
td.TdClassName
{
border-color: #C0588A;
}
.TagClassName
{
border-color: #C0588A;
}
</style>