Shades of Mulberry #C04E95
Tints of Mulberry #C04E95
RGB
CMYK
RGB Variations
Color information
#C04E95 (or 0xC04E95) is known color: Mulberry. HEX triplet: C0, 4E and 95. RGB value is (192,78,149). Sum of RGB (Red+Green+Blue) = 192+78+149=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E95 is #3FB16A. Grayscale: #787878. Windows color (decimal): -4174187 or 9785024. OLE color: 9785024.
HSL color Cylindrical-coordinate representation of color #C04E95: hue angle of 322.63º 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 #C04E95 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 149 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.25 |
| HSL | 322.63º | 0.48% | 0.53% | - |
| HSV(B) | 322.63º | 0.59% | 0.75% | - |
| XYZ | 29.89 | 18.83 | 30.49 | - |
| YUV | 120.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 149 | 0 | 0.59 | 0.22 | 0.25 | 322.63 | 0.48 | 0.53 |
| Hex | C0 | 4E | 95 | 0 | 3B | 16 | 19 | 143 | 30 | 35 |
| Octal | 300 | 116 | 225 | 0 | 73 | 26 | 31 | 503 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10010101 | 0 | 111011 | 10110 | 11001 | 101000011 | 110000 | 110101 |
Color Harmonies of #C04E95
Complementary color
Monochromatic Colors of #C04E95
Black with #C04E95
Text Example
Text Example
White with #C04E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E95; }
p { color: rgb(192,78,149); }
H1.HeaderClassName
{
color: #C04E95;
}
.AnyTagClassName
{
color: #C04E95;
}
</style>
background-color css
<style>
a { background-color: #C04E95; }
a { background-color: rgb(192,78,149); }
div.DivClassName
{
background-color: #C04E95;
}
.BgClassName
{
background-color: #C04E95;
}
</style>
border-color css
<style>
span { border-color: #C04E95; }
span { border-color: rgb(192,78,149); }
td.TdClassName
{
border-color: #C04E95;
}
.TagClassName
{
border-color: #C04E95;
}
</style>