Shades of Mulberry #C04C99
Tints of Mulberry #C04C99
RGB
CMYK
RGB Variations
Color information
#C04C99 (or 0xC04C99) is known color: Mulberry. HEX triplet: C0, 4C and 99. RGB value is (192,76,153). Sum of RGB (Red+Green+Blue) = 192+76+153=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C99 is #3FB366. Grayscale: #777777. Windows color (decimal): -4174695 or 10046656. OLE color: 10046656.
HSL color Cylindrical-coordinate representation of color #C04C99: hue angle of 320.17º 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 #C04C99 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 153 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.25 |
| HSL | 320.17º | 0.48% | 0.53% | - |
| HSV(B) | 320.17º | 0.6% | 0.75% | - |
| XYZ | 30.07 | 18.68 | 32.16 | - |
| YUV | 119.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 153 | 0 | 0.60 | 0.20 | 0.25 | 320.17 | 0.48 | 0.53 |
| Hex | C0 | 4C | 99 | 0 | 3C | 14 | 19 | 140 | 30 | 35 |
| Octal | 300 | 114 | 231 | 0 | 74 | 24 | 31 | 500 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10011001 | 0 | 111100 | 10100 | 11001 | 101000000 | 110000 | 110101 |
Color Harmonies of #C04C99
Complementary color
Monochromatic Colors of #C04C99
Black with #C04C99
Text Example
Text Example
White with #C04C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C99; }
p { color: rgb(192,76,153); }
H1.HeaderClassName
{
color: #C04C99;
}
.AnyTagClassName
{
color: #C04C99;
}
</style>
background-color css
<style>
a { background-color: #C04C99; }
a { background-color: rgb(192,76,153); }
div.DivClassName
{
background-color: #C04C99;
}
.BgClassName
{
background-color: #C04C99;
}
</style>
border-color css
<style>
span { border-color: #C04C99; }
span { border-color: rgb(192,76,153); }
td.TdClassName
{
border-color: #C04C99;
}
.TagClassName
{
border-color: #C04C99;
}
</style>