Shades of Mulberry #C84980
Tints of Mulberry #C84980
RGB
CMYK
RGB Variations
Color information
#C84980 (or 0xC84980) is known color: Mulberry. HEX triplet: C8, 49 and 80. RGB value is (200,73,128). Sum of RGB (Red+Green+Blue) = 200+73+128=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84980 is #37B67F. Grayscale: #757575. Windows color (decimal): -3651200 or 8407496. OLE color: 8407496.
HSL color Cylindrical-coordinate representation of color #C84980: hue angle of 334.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84980 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 128 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.22 |
| HSL | 334.02º | 0.54% | 0.54% | - |
| HSV(B) | 334.02º | 0.64% | 0.78% | - |
| XYZ | 30.1 | 18.6 | 22.43 | - |
| YUV | 117.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 128 | 0 | 0.64 | 0.36 | 0.22 | 334.02 | 0.54 | 0.54 |
| Hex | C8 | 49 | 80 | 0 | 40 | 24 | 16 | 14E | 36 | 36 |
| Octal | 310 | 111 | 200 | 0 | 100 | 44 | 26 | 516 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10000000 | 0 | 1000000 | 100100 | 10110 | 101001110 | 110110 | 110110 |
Color Harmonies of #C84980
Complementary color
Monochromatic Colors of #C84980
Black with #C84980
Text Example
Text Example
White with #C84980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84980; }
p { color: rgb(200,73,128); }
H1.HeaderClassName
{
color: #C84980;
}
.AnyTagClassName
{
color: #C84980;
}
</style>
background-color css
<style>
a { background-color: #C84980; }
a { background-color: rgb(200,73,128); }
div.DivClassName
{
background-color: #C84980;
}
.BgClassName
{
background-color: #C84980;
}
</style>
border-color css
<style>
span { border-color: #C84980; }
span { border-color: rgb(200,73,128); }
td.TdClassName
{
border-color: #C84980;
}
.TagClassName
{
border-color: #C84980;
}
</style>