Shades of Mulberry #C04D8D
Tints of Mulberry #C04D8D
RGB
CMYK
RGB Variations
Color information
#C04D8D (or 0xC04D8D) is known color: Mulberry. HEX triplet: C0, 4D and 8D. RGB value is (192,77,141). Sum of RGB (Red+Green+Blue) = 192+77+141=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D8D is #3FB272. Grayscale: #767676. Windows color (decimal): -4174451 or 9260480. OLE color: 9260480.
HSL color Cylindrical-coordinate representation of color #C04D8D: hue angle of 326.61º 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 #C04D8D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 141 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.25 |
| HSL | 326.61º | 0.48% | 0.53% | - |
| HSV(B) | 326.61º | 0.6% | 0.75% | - |
| XYZ | 29.2 | 18.44 | 27.22 | - |
| YUV | 118.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 141 | 0 | 0.60 | 0.27 | 0.25 | 326.61 | 0.48 | 0.53 |
| Hex | C0 | 4D | 8D | 0 | 3C | 1B | 19 | 147 | 30 | 35 |
| Octal | 300 | 115 | 215 | 0 | 74 | 33 | 31 | 507 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10001101 | 0 | 111100 | 11011 | 11001 | 101000111 | 110000 | 110101 |
Color Harmonies of #C04D8D
Complementary color
Monochromatic Colors of #C04D8D
Black with #C04D8D
Text Example
Text Example
White with #C04D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D8D; }
p { color: rgb(192,77,141); }
H1.HeaderClassName
{
color: #C04D8D;
}
.AnyTagClassName
{
color: #C04D8D;
}
</style>
background-color css
<style>
a { background-color: #C04D8D; }
a { background-color: rgb(192,77,141); }
div.DivClassName
{
background-color: #C04D8D;
}
.BgClassName
{
background-color: #C04D8D;
}
</style>
border-color css
<style>
span { border-color: #C04D8D; }
span { border-color: rgb(192,77,141); }
td.TdClassName
{
border-color: #C04D8D;
}
.TagClassName
{
border-color: #C04D8D;
}
</style>