Shades of Mulberry #C04E94
Tints of Mulberry #C04E94
RGB
CMYK
RGB Variations
Color information
#C04E94 (or 0xC04E94) is known color: Mulberry. HEX triplet: C0, 4E and 94. RGB value is (192,78,148). Sum of RGB (Red+Green+Blue) = 192+78+148=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E94 is #3FB16B. Grayscale: #777777. Windows color (decimal): -4174188 or 9719488. OLE color: 9719488.
HSL color Cylindrical-coordinate representation of color #C04E94: hue angle of 323.16º 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 #C04E94 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 148 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.25 |
| HSL | 323.16º | 0.48% | 0.53% | - |
| HSV(B) | 323.16º | 0.59% | 0.75% | - |
| XYZ | 29.81 | 18.79 | 30.07 | - |
| YUV | 120.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 148 | 0 | 0.59 | 0.23 | 0.25 | 323.16 | 0.48 | 0.53 |
| Hex | C0 | 4E | 94 | 0 | 3B | 17 | 19 | 143 | 30 | 35 |
| Octal | 300 | 116 | 224 | 0 | 73 | 27 | 31 | 503 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10010100 | 0 | 111011 | 10111 | 11001 | 101000011 | 110000 | 110101 |
Color Harmonies of #C04E94
Complementary color
Monochromatic Colors of #C04E94
Black with #C04E94
Text Example
Text Example
White with #C04E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E94; }
p { color: rgb(192,78,148); }
H1.HeaderClassName
{
color: #C04E94;
}
.AnyTagClassName
{
color: #C04E94;
}
</style>
background-color css
<style>
a { background-color: #C04E94; }
a { background-color: rgb(192,78,148); }
div.DivClassName
{
background-color: #C04E94;
}
.BgClassName
{
background-color: #C04E94;
}
</style>
border-color css
<style>
span { border-color: #C04E94; }
span { border-color: rgb(192,78,148); }
td.TdClassName
{
border-color: #C04E94;
}
.TagClassName
{
border-color: #C04E94;
}
</style>