Shades of Mulberry #C04D88
Tints of Mulberry #C04D88
RGB
CMYK
RGB Variations
Color information
#C04D88 (or 0xC04D88) is known color: Mulberry. HEX triplet: C0, 4D and 88. RGB value is (192,77,136). Sum of RGB (Red+Green+Blue) = 192+77+136=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D88 is #3FB277. Grayscale: #757575. Windows color (decimal): -4174456 or 8932800. OLE color: 8932800.
HSL color Cylindrical-coordinate representation of color #C04D88: hue angle of 329.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D88 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 136 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.25 |
| HSL | 329.22º | 0.48% | 0.53% | - |
| HSV(B) | 329.22º | 0.6% | 0.75% | - |
| XYZ | 28.84 | 18.29 | 25.3 | - |
| YUV | 118.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 136 | 0 | 0.60 | 0.29 | 0.25 | 329.22 | 0.48 | 0.53 |
| Hex | C0 | 4D | 88 | 0 | 3C | 1D | 19 | 149 | 30 | 35 |
| Octal | 300 | 115 | 210 | 0 | 74 | 35 | 31 | 511 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10001000 | 0 | 111100 | 11101 | 11001 | 101001001 | 110000 | 110101 |
Color Harmonies of #C04D88
Complementary color
Monochromatic Colors of #C04D88
Black with #C04D88
Text Example
Text Example
White with #C04D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D88; }
p { color: rgb(192,77,136); }
H1.HeaderClassName
{
color: #C04D88;
}
.AnyTagClassName
{
color: #C04D88;
}
</style>
background-color css
<style>
a { background-color: #C04D88; }
a { background-color: rgb(192,77,136); }
div.DivClassName
{
background-color: #C04D88;
}
.BgClassName
{
background-color: #C04D88;
}
</style>
border-color css
<style>
span { border-color: #C04D88; }
span { border-color: rgb(192,77,136); }
td.TdClassName
{
border-color: #C04D88;
}
.TagClassName
{
border-color: #C04D88;
}
</style>