Shades of Mulberry #C04D9D
Tints of Mulberry #C04D9D
RGB
CMYK
RGB Variations
Color information
#C04D9D (or 0xC04D9D) is known color: Mulberry. HEX triplet: C0, 4D and 9D. RGB value is (192,77,157). Sum of RGB (Red+Green+Blue) = 192+77+157=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D9D is #3FB262. Grayscale: #787878. Windows color (decimal): -4174435 or 10309056. OLE color: 10309056.
HSL color Cylindrical-coordinate representation of color #C04D9D: hue angle of 318.26º 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 #C04D9D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 157 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.25 |
| HSL | 318.26º | 0.48% | 0.53% | - |
| HSV(B) | 318.26º | 0.6% | 0.75% | - |
| XYZ | 30.48 | 18.95 | 33.95 | - |
| YUV | 120.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 157 | 0 | 0.60 | 0.18 | 0.25 | 318.26 | 0.48 | 0.53 |
| Hex | C0 | 4D | 9D | 0 | 3C | 12 | 19 | 13E | 30 | 35 |
| Octal | 300 | 115 | 235 | 0 | 74 | 22 | 31 | 476 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10011101 | 0 | 111100 | 10010 | 11001 | 100111110 | 110000 | 110101 |
Color Harmonies of #C04D9D
Complementary color
Monochromatic Colors of #C04D9D
Black with #C04D9D
Text Example
Text Example
White with #C04D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D9D; }
p { color: rgb(192,77,157); }
H1.HeaderClassName
{
color: #C04D9D;
}
.AnyTagClassName
{
color: #C04D9D;
}
</style>
background-color css
<style>
a { background-color: #C04D9D; }
a { background-color: rgb(192,77,157); }
div.DivClassName
{
background-color: #C04D9D;
}
.BgClassName
{
background-color: #C04D9D;
}
</style>
border-color css
<style>
span { border-color: #C04D9D; }
span { border-color: rgb(192,77,157); }
td.TdClassName
{
border-color: #C04D9D;
}
.TagClassName
{
border-color: #C04D9D;
}
</style>