Shades of Mulberry #C84880
Tints of Mulberry #C84880
RGB
CMYK
RGB Variations
Color information
#C84880 (or 0xC84880) is known color: Mulberry. HEX triplet: C8, 48 and 80. RGB value is (200,72,128). Sum of RGB (Red+Green+Blue) = 200+72+128=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C84880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84880 is #37B77F. Grayscale: #747474. Windows color (decimal): -3651456 or 8407240. OLE color: 8407240.
HSL color Cylindrical-coordinate representation of color #C84880: hue angle of 333.75º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84880 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 128 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.22 |
| HSL | 333.75º | 0.54% | 0.53% | - |
| HSV(B) | 333.75º | 0.64% | 0.78% | - |
| XYZ | 30.03 | 18.47 | 22.4 | - |
| YUV | 116.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 128 | 0 | 0.64 | 0.36 | 0.22 | 333.75 | 0.54 | 0.53 |
| Hex | C8 | 48 | 80 | 0 | 40 | 24 | 16 | 14E | 36 | 35 |
| Octal | 310 | 110 | 200 | 0 | 100 | 44 | 26 | 516 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10000000 | 0 | 1000000 | 100100 | 10110 | 101001110 | 110110 | 110101 |
Color Harmonies of #C84880
Complementary color
Monochromatic Colors of #C84880
Black with #C84880
Text Example
Text Example
White with #C84880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84880; }
p { color: rgb(200,72,128); }
H1.HeaderClassName
{
color: #C84880;
}
.AnyTagClassName
{
color: #C84880;
}
</style>
background-color css
<style>
a { background-color: #C84880; }
a { background-color: rgb(200,72,128); }
div.DivClassName
{
background-color: #C84880;
}
.BgClassName
{
background-color: #C84880;
}
</style>
border-color css
<style>
span { border-color: #C84880; }
span { border-color: rgb(200,72,128); }
td.TdClassName
{
border-color: #C84880;
}
.TagClassName
{
border-color: #C84880;
}
</style>