Shades of Mulberry #C04E84
Tints of Mulberry #C04E84
RGB
CMYK
RGB Variations
Color information
#C04E84 (or 0xC04E84) is known color: Mulberry. HEX triplet: C0, 4E and 84. RGB value is (192,78,132). Sum of RGB (Red+Green+Blue) = 192+78+132=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E84 is #3FB17B. Grayscale: #767676. Windows color (decimal): -4174204 or 8670912. OLE color: 8670912.
HSL color Cylindrical-coordinate representation of color #C04E84: hue angle of 331.58º 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 #C04E84 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 132 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.25 |
| HSL | 331.58º | 0.48% | 0.53% | - |
| HSV(B) | 331.58º | 0.59% | 0.75% | - |
| XYZ | 28.63 | 18.32 | 23.86 | - |
| YUV | 118.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 132 | 0 | 0.59 | 0.31 | 0.25 | 331.58 | 0.48 | 0.53 |
| Hex | C0 | 4E | 84 | 0 | 3B | 1F | 19 | 14C | 30 | 35 |
| Octal | 300 | 116 | 204 | 0 | 73 | 37 | 31 | 514 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10000100 | 0 | 111011 | 11111 | 11001 | 101001100 | 110000 | 110101 |
Color Harmonies of #C04E84
Complementary color
Monochromatic Colors of #C04E84
Black with #C04E84
Text Example
Text Example
White with #C04E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E84; }
p { color: rgb(192,78,132); }
H1.HeaderClassName
{
color: #C04E84;
}
.AnyTagClassName
{
color: #C04E84;
}
</style>
background-color css
<style>
a { background-color: #C04E84; }
a { background-color: rgb(192,78,132); }
div.DivClassName
{
background-color: #C04E84;
}
.BgClassName
{
background-color: #C04E84;
}
</style>
border-color css
<style>
span { border-color: #C04E84; }
span { border-color: rgb(192,78,132); }
td.TdClassName
{
border-color: #C04E84;
}
.TagClassName
{
border-color: #C04E84;
}
</style>