Shades of Mulberry #C04E99
Tints of Mulberry #C04E99
RGB
CMYK
RGB Variations
Color information
#C04E99 (or 0xC04E99) is known color: Mulberry. HEX triplet: C0, 4E and 99. RGB value is (192,78,153). Sum of RGB (Red+Green+Blue) = 192+78+153=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E99 is #3FB166. Grayscale: #787878. Windows color (decimal): -4174183 or 10047168. OLE color: 10047168.
HSL color Cylindrical-coordinate representation of color #C04E99: hue angle of 320.53º 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 #C04E99 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 153 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.25 |
| HSL | 320.53º | 0.48% | 0.53% | - |
| HSV(B) | 320.53º | 0.59% | 0.75% | - |
| XYZ | 30.21 | 18.96 | 32.2 | - |
| YUV | 120.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 153 | 0 | 0.59 | 0.20 | 0.25 | 320.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | 99 | 0 | 3B | 14 | 19 | 141 | 30 | 35 |
| Octal | 300 | 116 | 231 | 0 | 73 | 24 | 31 | 501 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10011001 | 0 | 111011 | 10100 | 11001 | 101000001 | 110000 | 110101 |
Color Harmonies of #C04E99
Complementary color
Monochromatic Colors of #C04E99
Black with #C04E99
Text Example
Text Example
White with #C04E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E99; }
p { color: rgb(192,78,153); }
H1.HeaderClassName
{
color: #C04E99;
}
.AnyTagClassName
{
color: #C04E99;
}
</style>
background-color css
<style>
a { background-color: #C04E99; }
a { background-color: rgb(192,78,153); }
div.DivClassName
{
background-color: #C04E99;
}
.BgClassName
{
background-color: #C04E99;
}
</style>
border-color css
<style>
span { border-color: #C04E99; }
span { border-color: rgb(192,78,153); }
td.TdClassName
{
border-color: #C04E99;
}
.TagClassName
{
border-color: #C04E99;
}
</style>