Shades of Mulberry #C04E9F
Tints of Mulberry #C04E9F
RGB
CMYK
RGB Variations
Color information
#C04E9F (or 0xC04E9F) is known color: Mulberry. HEX triplet: C0, 4E and 9F. RGB value is (192,78,159). Sum of RGB (Red+Green+Blue) = 192+78+159=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E9F is #3FB160. Grayscale: #797979. Windows color (decimal): -4174177 or 10440384. OLE color: 10440384.
HSL color Cylindrical-coordinate representation of color #C04E9F: hue angle of 317.37º 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 #C04E9F is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 159 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.25 |
| HSL | 317.37º | 0.48% | 0.53% | - |
| HSV(B) | 317.37º | 0.59% | 0.75% | - |
| XYZ | 30.72 | 19.16 | 34.88 | - |
| YUV | 121.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 159 | 0 | 0.59 | 0.17 | 0.25 | 317.37 | 0.48 | 0.53 |
| Hex | C0 | 4E | 9F | 0 | 3B | 11 | 19 | 13D | 30 | 35 |
| Octal | 300 | 116 | 237 | 0 | 73 | 21 | 31 | 475 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10011111 | 0 | 111011 | 10001 | 11001 | 100111101 | 110000 | 110101 |
Color Harmonies of #C04E9F
Complementary color
Monochromatic Colors of #C04E9F
Black with #C04E9F
Text Example
Text Example
White with #C04E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E9F; }
p { color: rgb(192,78,159); }
H1.HeaderClassName
{
color: #C04E9F;
}
.AnyTagClassName
{
color: #C04E9F;
}
</style>
background-color css
<style>
a { background-color: #C04E9F; }
a { background-color: rgb(192,78,159); }
div.DivClassName
{
background-color: #C04E9F;
}
.BgClassName
{
background-color: #C04E9F;
}
</style>
border-color css
<style>
span { border-color: #C04E9F; }
span { border-color: rgb(192,78,159); }
td.TdClassName
{
border-color: #C04E9F;
}
.TagClassName
{
border-color: #C04E9F;
}
</style>