Shades of Mulberry #C04D9C
Tints of Mulberry #C04D9C
RGB
CMYK
RGB Variations
Color information
#C04D9C (or 0xC04D9C) is known color: Mulberry. HEX triplet: C0, 4D and 9C. RGB value is (192,77,156). Sum of RGB (Red+Green+Blue) = 192+77+156=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D9C is #3FB263. Grayscale: #787878. Windows color (decimal): -4174436 or 10243520. OLE color: 10243520.
HSL color Cylindrical-coordinate representation of color #C04D9C: hue angle of 318.78º 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 #C04D9C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 156 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.25 |
| HSL | 318.78º | 0.48% | 0.53% | - |
| HSV(B) | 318.78º | 0.6% | 0.75% | - |
| XYZ | 30.39 | 18.91 | 33.5 | - |
| YUV | 120.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 156 | 0 | 0.60 | 0.19 | 0.25 | 318.78 | 0.48 | 0.53 |
| Hex | C0 | 4D | 9C | 0 | 3C | 13 | 19 | 13F | 30 | 35 |
| Octal | 300 | 115 | 234 | 0 | 74 | 23 | 31 | 477 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10011100 | 0 | 111100 | 10011 | 11001 | 100111111 | 110000 | 110101 |
Color Harmonies of #C04D9C
Complementary color
Monochromatic Colors of #C04D9C
Black with #C04D9C
Text Example
Text Example
White with #C04D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D9C; }
p { color: rgb(192,77,156); }
H1.HeaderClassName
{
color: #C04D9C;
}
.AnyTagClassName
{
color: #C04D9C;
}
</style>
background-color css
<style>
a { background-color: #C04D9C; }
a { background-color: rgb(192,77,156); }
div.DivClassName
{
background-color: #C04D9C;
}
.BgClassName
{
background-color: #C04D9C;
}
</style>
border-color css
<style>
span { border-color: #C04D9C; }
span { border-color: rgb(192,77,156); }
td.TdClassName
{
border-color: #C04D9C;
}
.TagClassName
{
border-color: #C04D9C;
}
</style>