Shades of Mulberry #C04C87
Tints of Mulberry #C04C87
RGB
CMYK
RGB Variations
Color information
#C04C87 (or 0xC04C87) is known color: Mulberry. HEX triplet: C0, 4C and 87. RGB value is (192,76,135). Sum of RGB (Red+Green+Blue) = 192+76+135=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C87 is #3FB378. Grayscale: #757575. Windows color (decimal): -4174713 or 8867008. OLE color: 8867008.
HSL color Cylindrical-coordinate representation of color #C04C87: hue angle of 329.48º 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 #C04C87 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 135 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.25 |
| HSL | 329.48º | 0.48% | 0.53% | - |
| HSV(B) | 329.48º | 0.6% | 0.75% | - |
| XYZ | 28.7 | 18.12 | 24.91 | - |
| YUV | 117.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 135 | 0 | 0.60 | 0.30 | 0.25 | 329.48 | 0.48 | 0.53 |
| Hex | C0 | 4C | 87 | 0 | 3C | 1E | 19 | 149 | 30 | 35 |
| Octal | 300 | 114 | 207 | 0 | 74 | 36 | 31 | 511 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10000111 | 0 | 111100 | 11110 | 11001 | 101001001 | 110000 | 110101 |
Color Harmonies of #C04C87
Complementary color
Monochromatic Colors of #C04C87
Black with #C04C87
Text Example
Text Example
White with #C04C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C87; }
p { color: rgb(192,76,135); }
H1.HeaderClassName
{
color: #C04C87;
}
.AnyTagClassName
{
color: #C04C87;
}
</style>
background-color css
<style>
a { background-color: #C04C87; }
a { background-color: rgb(192,76,135); }
div.DivClassName
{
background-color: #C04C87;
}
.BgClassName
{
background-color: #C04C87;
}
</style>
border-color css
<style>
span { border-color: #C04C87; }
span { border-color: rgb(192,76,135); }
td.TdClassName
{
border-color: #C04C87;
}
.TagClassName
{
border-color: #C04C87;
}
</style>