Shades of Mulberry #C84DA0
Tints of Mulberry #C84DA0
RGB
CMYK
RGB Variations
Color information
#C84DA0 (or 0xC84DA0) is known color: Mulberry. HEX triplet: C8, 4D and A0. RGB value is (200,77,160). Sum of RGB (Red+Green+Blue) = 200+77+160=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DA0 is #37B25F. Grayscale: #7B7B7B. Windows color (decimal): -3650144 or 10505672. OLE color: 10505672.
HSL color Cylindrical-coordinate representation of color #C84DA0: hue angle of 319.51º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DA0 is Cyan = 0, Magento = 0.62, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 160 | - |
| CMYK | 0 | 0.62 | 0.2 | 0.22 |
| HSL | 319.51º | 0.53% | 0.54% | - |
| HSV(B) | 319.51º | 0.62% | 0.78% | - |
| XYZ | 32.82 | 20.13 | 35.41 | - |
| YUV | 123.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 160 | 0 | 0.62 | 0.2 | 0.22 | 319.51 | 0.53 | 0.54 |
| Hex | C8 | 4D | A0 | 0 | 3E | 14 | 16 | 140 | 35 | 36 |
| Octal | 310 | 115 | 240 | 0 | 76 | 24 | 26 | 500 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10100000 | 0 | 111110 | 10100 | 10110 | 101000000 | 110101 | 110110 |
Color Harmonies of #C84DA0
Complementary color
Monochromatic Colors of #C84DA0
Black with #C84DA0
Text Example
Text Example
White with #C84DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DA0; }
p { color: rgb(200,77,160); }
H1.HeaderClassName
{
color: #C84DA0;
}
.AnyTagClassName
{
color: #C84DA0;
}
</style>
background-color css
<style>
a { background-color: #C84DA0; }
a { background-color: rgb(200,77,160); }
div.DivClassName
{
background-color: #C84DA0;
}
.BgClassName
{
background-color: #C84DA0;
}
</style>
border-color css
<style>
span { border-color: #C84DA0; }
span { border-color: rgb(200,77,160); }
td.TdClassName
{
border-color: #C84DA0;
}
.TagClassName
{
border-color: #C84DA0;
}
</style>