Shades of Mulberry #C04980
Tints of Mulberry #C04980
RGB
CMYK
RGB Variations
Color information
#C04980 (or 0xC04980) is known color: Mulberry. HEX triplet: C0, 49 and 80. RGB value is (192,73,128). Sum of RGB (Red+Green+Blue) = 192+73+128=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04980 is #3FB67F. Grayscale: #727272. Windows color (decimal): -4175488 or 8407488. OLE color: 8407488.
HSL color Cylindrical-coordinate representation of color #C04980: hue angle of 332.27º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04980 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 128 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.25 |
| HSL | 332.27º | 0.49% | 0.52% | - |
| HSV(B) | 332.27º | 0.62% | 0.75% | - |
| XYZ | 28.02 | 17.53 | 22.33 | - |
| YUV | 114.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 128 | 0 | 0.62 | 0.33 | 0.25 | 332.27 | 0.49 | 0.52 |
| Hex | C0 | 49 | 80 | 0 | 3E | 21 | 19 | 14C | 31 | 34 |
| Octal | 300 | 111 | 200 | 0 | 76 | 41 | 31 | 514 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10000000 | 0 | 111110 | 100001 | 11001 | 101001100 | 110001 | 110100 |
Color Harmonies of #C04980
Complementary color
Monochromatic Colors of #C04980
Black with #C04980
Text Example
Text Example
White with #C04980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04980; }
p { color: rgb(192,73,128); }
H1.HeaderClassName
{
color: #C04980;
}
.AnyTagClassName
{
color: #C04980;
}
</style>
background-color css
<style>
a { background-color: #C04980; }
a { background-color: rgb(192,73,128); }
div.DivClassName
{
background-color: #C04980;
}
.BgClassName
{
background-color: #C04980;
}
</style>
border-color css
<style>
span { border-color: #C04980; }
span { border-color: rgb(192,73,128); }
td.TdClassName
{
border-color: #C04980;
}
.TagClassName
{
border-color: #C04980;
}
</style>