Shades of Mulberry #C04E9E
Tints of Mulberry #C04E9E
RGB
CMYK
RGB Variations
Color information
#C04E9E (or 0xC04E9E) is known color: Mulberry. HEX triplet: C0, 4E and 9E. RGB value is (192,78,158). Sum of RGB (Red+Green+Blue) = 192+78+158=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E9E is #3FB161. Grayscale: #787878. Windows color (decimal): -4174178 or 10374848. OLE color: 10374848.
HSL color Cylindrical-coordinate representation of color #C04E9E: hue angle of 317.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E9E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 158 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.25 |
| HSL | 317.89º | 0.48% | 0.53% | - |
| HSV(B) | 317.89º | 0.59% | 0.75% | - |
| XYZ | 30.63 | 19.12 | 34.42 | - |
| YUV | 121.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 158 | 0 | 0.59 | 0.18 | 0.25 | 317.89 | 0.48 | 0.53 |
| Hex | C0 | 4E | 9E | 0 | 3B | 12 | 19 | 13E | 30 | 35 |
| Octal | 300 | 116 | 236 | 0 | 73 | 22 | 31 | 476 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10011110 | 0 | 111011 | 10010 | 11001 | 100111110 | 110000 | 110101 |
Color Harmonies of #C04E9E
Complementary color
Monochromatic Colors of #C04E9E
Black with #C04E9E
Text Example
Text Example
White with #C04E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E9E; }
p { color: rgb(192,78,158); }
H1.HeaderClassName
{
color: #C04E9E;
}
.AnyTagClassName
{
color: #C04E9E;
}
</style>
background-color css
<style>
a { background-color: #C04E9E; }
a { background-color: rgb(192,78,158); }
div.DivClassName
{
background-color: #C04E9E;
}
.BgClassName
{
background-color: #C04E9E;
}
</style>
border-color css
<style>
span { border-color: #C04E9E; }
span { border-color: rgb(192,78,158); }
td.TdClassName
{
border-color: #C04E9E;
}
.TagClassName
{
border-color: #C04E9E;
}
</style>