Shades of Mulberry #C0588C
Tints of Mulberry #C0588C
RGB
CMYK
RGB Variations
Color information
#C0588C (or 0xC0588C) is known color: Mulberry. HEX triplet: C0, 58 and 8C. RGB value is (192,88,140). Sum of RGB (Red+Green+Blue) = 192+88+140=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0588C is #3FA773. Grayscale: #7C7C7C. Windows color (decimal): -4171636 or 9197760. OLE color: 9197760.
HSL color Cylindrical-coordinate representation of color #C0588C: hue angle of 330º 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 #C0588C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 140 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.25 |
| HSL | 330º | 0.45% | 0.55% | - |
| HSV(B) | 330º | 0.54% | 0.75% | - |
| XYZ | 29.96 | 20.08 | 27.11 | - |
| YUV | 125.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 140 | 0 | 0.54 | 0.27 | 0.25 | 330 | 0.45 | 0.55 |
| Hex | C0 | 58 | 8C | 0 | 36 | 1B | 19 | 14A | 2D | 37 |
| Octal | 300 | 130 | 214 | 0 | 66 | 33 | 31 | 512 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10001100 | 0 | 110110 | 11011 | 11001 | 101001010 | 101101 | 110111 |
Color Harmonies of #C0588C
Complementary color
Monochromatic Colors of #C0588C
Black with #C0588C
Text Example
Text Example
White with #C0588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0588C; }
p { color: rgb(192,88,140); }
H1.HeaderClassName
{
color: #C0588C;
}
.AnyTagClassName
{
color: #C0588C;
}
</style>
background-color css
<style>
a { background-color: #C0588C; }
a { background-color: rgb(192,88,140); }
div.DivClassName
{
background-color: #C0588C;
}
.BgClassName
{
background-color: #C0588C;
}
</style>
border-color css
<style>
span { border-color: #C0588C; }
span { border-color: rgb(192,88,140); }
td.TdClassName
{
border-color: #C0588C;
}
.TagClassName
{
border-color: #C0588C;
}
</style>