Shades of Mulberry #C04C94
Tints of Mulberry #C04C94
RGB
CMYK
RGB Variations
Color information
#C04C94 (or 0xC04C94) is known color: Mulberry. HEX triplet: C0, 4C and 94. RGB value is (192,76,148). Sum of RGB (Red+Green+Blue) = 192+76+148=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C94 is #3FB36B. Grayscale: #767676. Windows color (decimal): -4174700 or 9718976. OLE color: 9718976.
HSL color Cylindrical-coordinate representation of color #C04C94: hue angle of 322.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C94 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 148 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.25 |
| HSL | 322.76º | 0.48% | 0.53% | - |
| HSV(B) | 322.76º | 0.6% | 0.75% | - |
| XYZ | 29.67 | 18.51 | 30.03 | - |
| YUV | 118.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 148 | 0 | 0.60 | 0.23 | 0.25 | 322.76 | 0.48 | 0.53 |
| Hex | C0 | 4C | 94 | 0 | 3C | 17 | 19 | 143 | 30 | 35 |
| Octal | 300 | 114 | 224 | 0 | 74 | 27 | 31 | 503 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10010100 | 0 | 111100 | 10111 | 11001 | 101000011 | 110000 | 110101 |
Color Harmonies of #C04C94
Complementary color
Monochromatic Colors of #C04C94
Black with #C04C94
Text Example
Text Example
White with #C04C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C94; }
p { color: rgb(192,76,148); }
H1.HeaderClassName
{
color: #C04C94;
}
.AnyTagClassName
{
color: #C04C94;
}
</style>
background-color css
<style>
a { background-color: #C04C94; }
a { background-color: rgb(192,76,148); }
div.DivClassName
{
background-color: #C04C94;
}
.BgClassName
{
background-color: #C04C94;
}
</style>
border-color css
<style>
span { border-color: #C04C94; }
span { border-color: rgb(192,76,148); }
td.TdClassName
{
border-color: #C04C94;
}
.TagClassName
{
border-color: #C04C94;
}
</style>