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