Shades of Mulberry #C04C81
Tints of Mulberry #C04C81
RGB
CMYK
RGB Variations
Color information
#C04C81 (or 0xC04C81) is known color: Mulberry. HEX triplet: C0, 4C and 81. RGB value is (192,76,129). Sum of RGB (Red+Green+Blue) = 192+76+129=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C81 is #3FB37E. Grayscale: #747474. Windows color (decimal): -4174719 or 8473792. OLE color: 8473792.
HSL color Cylindrical-coordinate representation of color #C04C81: hue angle of 332.59º 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 #C04C81 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 129 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.25 |
| HSL | 332.59º | 0.48% | 0.53% | - |
| HSV(B) | 332.59º | 0.6% | 0.75% | - |
| XYZ | 28.29 | 17.96 | 22.74 | - |
| YUV | 116.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 129 | 0 | 0.60 | 0.33 | 0.25 | 332.59 | 0.48 | 0.53 |
| Hex | C0 | 4C | 81 | 0 | 3C | 21 | 19 | 14D | 30 | 35 |
| Octal | 300 | 114 | 201 | 0 | 74 | 41 | 31 | 515 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10000001 | 0 | 111100 | 100001 | 11001 | 101001101 | 110000 | 110101 |
Color Harmonies of #C04C81
Complementary color
Monochromatic Colors of #C04C81
Black with #C04C81
Text Example
Text Example
White with #C04C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C81; }
p { color: rgb(192,76,129); }
H1.HeaderClassName
{
color: #C04C81;
}
.AnyTagClassName
{
color: #C04C81;
}
</style>
background-color css
<style>
a { background-color: #C04C81; }
a { background-color: rgb(192,76,129); }
div.DivClassName
{
background-color: #C04C81;
}
.BgClassName
{
background-color: #C04C81;
}
</style>
border-color css
<style>
span { border-color: #C04C81; }
span { border-color: rgb(192,76,129); }
td.TdClassName
{
border-color: #C04C81;
}
.TagClassName
{
border-color: #C04C81;
}
</style>