Shades of Mulberry #C04C80
Tints of Mulberry #C04C80
RGB
CMYK
RGB Variations
Color information
#C04C80 (or 0xC04C80) is known color: Mulberry. HEX triplet: C0, 4C and 80. RGB value is (192,76,128). Sum of RGB (Red+Green+Blue) = 192+76+128=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C80 is #3FB37F. Grayscale: #747474. Windows color (decimal): -4174720 or 8408256. OLE color: 8408256.
HSL color Cylindrical-coordinate representation of color #C04C80: hue angle of 333.1º 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 #C04C80 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 128 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.25 |
| HSL | 333.1º | 0.48% | 0.53% | - |
| HSV(B) | 333.1º | 0.6% | 0.75% | - |
| XYZ | 28.22 | 17.93 | 22.4 | - |
| YUV | 116.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 128 | 0 | 0.60 | 0.33 | 0.25 | 333.1 | 0.48 | 0.53 |
| Hex | C0 | 4C | 80 | 0 | 3C | 21 | 19 | 14D | 30 | 35 |
| Octal | 300 | 114 | 200 | 0 | 74 | 41 | 31 | 515 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10000000 | 0 | 111100 | 100001 | 11001 | 101001101 | 110000 | 110101 |
Color Harmonies of #C04C80
Complementary color
Monochromatic Colors of #C04C80
Black with #C04C80
Text Example
Text Example
White with #C04C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C80; }
p { color: rgb(192,76,128); }
H1.HeaderClassName
{
color: #C04C80;
}
.AnyTagClassName
{
color: #C04C80;
}
</style>
background-color css
<style>
a { background-color: #C04C80; }
a { background-color: rgb(192,76,128); }
div.DivClassName
{
background-color: #C04C80;
}
.BgClassName
{
background-color: #C04C80;
}
</style>
border-color css
<style>
span { border-color: #C04C80; }
span { border-color: rgb(192,76,128); }
td.TdClassName
{
border-color: #C04C80;
}
.TagClassName
{
border-color: #C04C80;
}
</style>