Shades of Mulberry #C04D9A
Tints of Mulberry #C04D9A
RGB
CMYK
RGB Variations
Color information
#C04D9A (or 0xC04D9A) is known color: Mulberry. HEX triplet: C0, 4D and 9A. RGB value is (192,77,154). Sum of RGB (Red+Green+Blue) = 192+77+154=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D9A is #3FB265. Grayscale: #777777. Windows color (decimal): -4174438 or 10112448. OLE color: 10112448.
HSL color Cylindrical-coordinate representation of color #C04D9A: hue angle of 319.83º 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 #C04D9A is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 154 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.25 |
| HSL | 319.83º | 0.48% | 0.53% | - |
| HSV(B) | 319.83º | 0.6% | 0.75% | - |
| XYZ | 30.22 | 18.85 | 32.62 | - |
| YUV | 120.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 154 | 0 | 0.60 | 0.20 | 0.25 | 319.83 | 0.48 | 0.53 |
| Hex | C0 | 4D | 9A | 0 | 3C | 14 | 19 | 140 | 30 | 35 |
| Octal | 300 | 115 | 232 | 0 | 74 | 24 | 31 | 500 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10011010 | 0 | 111100 | 10100 | 11001 | 101000000 | 110000 | 110101 |
Color Harmonies of #C04D9A
Complementary color
Monochromatic Colors of #C04D9A
Black with #C04D9A
Text Example
Text Example
White with #C04D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D9A; }
p { color: rgb(192,77,154); }
H1.HeaderClassName
{
color: #C04D9A;
}
.AnyTagClassName
{
color: #C04D9A;
}
</style>
background-color css
<style>
a { background-color: #C04D9A; }
a { background-color: rgb(192,77,154); }
div.DivClassName
{
background-color: #C04D9A;
}
.BgClassName
{
background-color: #C04D9A;
}
</style>
border-color css
<style>
span { border-color: #C04D9A; }
span { border-color: rgb(192,77,154); }
td.TdClassName
{
border-color: #C04D9A;
}
.TagClassName
{
border-color: #C04D9A;
}
</style>