Shades of Mulberry #C04C82
Tints of Mulberry #C04C82
RGB
CMYK
RGB Variations
Color information
#C04C82 (or 0xC04C82) is known color: Mulberry. HEX triplet: C0, 4C and 82. RGB value is (192,76,130). Sum of RGB (Red+Green+Blue) = 192+76+130=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C82 is #3FB37D. Grayscale: #747474. Windows color (decimal): -4174718 or 8539328. OLE color: 8539328.
HSL color Cylindrical-coordinate representation of color #C04C82: hue angle of 332.07º 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 #C04C82 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 130 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.25 |
| HSL | 332.07º | 0.48% | 0.53% | - |
| HSV(B) | 332.07º | 0.6% | 0.75% | - |
| XYZ | 28.35 | 17.99 | 23.1 | - |
| YUV | 116.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 130 | 0 | 0.60 | 0.32 | 0.25 | 332.07 | 0.48 | 0.53 |
| Hex | C0 | 4C | 82 | 0 | 3C | 20 | 19 | 14C | 30 | 35 |
| Octal | 300 | 114 | 202 | 0 | 74 | 40 | 31 | 514 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10000010 | 0 | 111100 | 100000 | 11001 | 101001100 | 110000 | 110101 |
Color Harmonies of #C04C82
Complementary color
Monochromatic Colors of #C04C82
Black with #C04C82
Text Example
Text Example
White with #C04C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C82; }
p { color: rgb(192,76,130); }
H1.HeaderClassName
{
color: #C04C82;
}
.AnyTagClassName
{
color: #C04C82;
}
</style>
background-color css
<style>
a { background-color: #C04C82; }
a { background-color: rgb(192,76,130); }
div.DivClassName
{
background-color: #C04C82;
}
.BgClassName
{
background-color: #C04C82;
}
</style>
border-color css
<style>
span { border-color: #C04C82; }
span { border-color: rgb(192,76,130); }
td.TdClassName
{
border-color: #C04C82;
}
.TagClassName
{
border-color: #C04C82;
}
</style>