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