Shades of Mulberry #C84882
Tints of Mulberry #C84882
RGB
CMYK
RGB Variations
Color information
#C84882 (or 0xC84882) is known color: Mulberry. HEX triplet: C8, 48 and 82. RGB value is (200,72,130). Sum of RGB (Red+Green+Blue) = 200+72+130=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C84882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84882 is #37B77D. Grayscale: #747474. Windows color (decimal): -3651454 or 8538312. OLE color: 8538312.
HSL color Cylindrical-coordinate representation of color #C84882: hue angle of 332.81º 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 #C84882 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 130 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.22 |
| HSL | 332.81º | 0.54% | 0.53% | - |
| HSV(B) | 332.81º | 0.64% | 0.78% | - |
| XYZ | 30.17 | 18.53 | 23.11 | - |
| YUV | 116.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 130 | 0 | 0.64 | 0.35 | 0.22 | 332.81 | 0.54 | 0.53 |
| Hex | C8 | 48 | 82 | 0 | 40 | 23 | 16 | 14D | 36 | 35 |
| Octal | 310 | 110 | 202 | 0 | 100 | 43 | 26 | 515 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10000010 | 0 | 1000000 | 100011 | 10110 | 101001101 | 110110 | 110101 |
Color Harmonies of #C84882
Complementary color
Monochromatic Colors of #C84882
Black with #C84882
Text Example
Text Example
White with #C84882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84882; }
p { color: rgb(200,72,130); }
H1.HeaderClassName
{
color: #C84882;
}
.AnyTagClassName
{
color: #C84882;
}
</style>
background-color css
<style>
a { background-color: #C84882; }
a { background-color: rgb(200,72,130); }
div.DivClassName
{
background-color: #C84882;
}
.BgClassName
{
background-color: #C84882;
}
</style>
border-color css
<style>
span { border-color: #C84882; }
span { border-color: rgb(200,72,130); }
td.TdClassName
{
border-color: #C84882;
}
.TagClassName
{
border-color: #C84882;
}
</style>