Shades of Mulberry #C04E91
Tints of Mulberry #C04E91
RGB
CMYK
RGB Variations
Color information
#C04E91 (or 0xC04E91) is known color: Mulberry. HEX triplet: C0, 4E and 91. RGB value is (192,78,145). Sum of RGB (Red+Green+Blue) = 192+78+145=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E91 is #3FB16E. Grayscale: #777777. Windows color (decimal): -4174191 or 9522880. OLE color: 9522880.
HSL color Cylindrical-coordinate representation of color #C04E91: hue angle of 324.74º 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 #C04E91 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 145 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.25 |
| HSL | 324.74º | 0.48% | 0.53% | - |
| HSV(B) | 324.74º | 0.59% | 0.75% | - |
| XYZ | 29.57 | 18.7 | 28.84 | - |
| YUV | 119.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 145 | 0 | 0.59 | 0.24 | 0.25 | 324.74 | 0.48 | 0.53 |
| Hex | C0 | 4E | 91 | 0 | 3B | 18 | 19 | 145 | 30 | 35 |
| Octal | 300 | 116 | 221 | 0 | 73 | 30 | 31 | 505 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10010001 | 0 | 111011 | 11000 | 11001 | 101000101 | 110000 | 110101 |
Color Harmonies of #C04E91
Complementary color
Monochromatic Colors of #C04E91
Black with #C04E91
Text Example
Text Example
White with #C04E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E91; }
p { color: rgb(192,78,145); }
H1.HeaderClassName
{
color: #C04E91;
}
.AnyTagClassName
{
color: #C04E91;
}
</style>
background-color css
<style>
a { background-color: #C04E91; }
a { background-color: rgb(192,78,145); }
div.DivClassName
{
background-color: #C04E91;
}
.BgClassName
{
background-color: #C04E91;
}
</style>
border-color css
<style>
span { border-color: #C04E91; }
span { border-color: rgb(192,78,145); }
td.TdClassName
{
border-color: #C04E91;
}
.TagClassName
{
border-color: #C04E91;
}
</style>