Shades of Mulberry #C84D8D
Tints of Mulberry #C84D8D
RGB
CMYK
RGB Variations
Color information
#C84D8D (or 0xC84D8D) is known color: Mulberry. HEX triplet: C8, 4D and 8D. RGB value is (200,77,141). Sum of RGB (Red+Green+Blue) = 200+77+141=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D8D is #37B272. Grayscale: #787878. Windows color (decimal): -3650163 or 9260488. OLE color: 9260488.
HSL color Cylindrical-coordinate representation of color #C84D8D: hue angle of 328.78º 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 #C84D8D is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 141 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.22 |
| HSL | 328.78º | 0.53% | 0.54% | - |
| HSV(B) | 328.78º | 0.62% | 0.78% | - |
| XYZ | 31.28 | 19.51 | 27.32 | - |
| YUV | 121.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 141 | 0 | 0.62 | 0.29 | 0.22 | 328.78 | 0.53 | 0.54 |
| Hex | C8 | 4D | 8D | 0 | 3E | 1D | 16 | 149 | 35 | 36 |
| Octal | 310 | 115 | 215 | 0 | 76 | 35 | 26 | 511 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10001101 | 0 | 111110 | 11101 | 10110 | 101001001 | 110101 | 110110 |
Color Harmonies of #C84D8D
Complementary color
Monochromatic Colors of #C84D8D
Black with #C84D8D
Text Example
Text Example
White with #C84D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D8D; }
p { color: rgb(200,77,141); }
H1.HeaderClassName
{
color: #C84D8D;
}
.AnyTagClassName
{
color: #C84D8D;
}
</style>
background-color css
<style>
a { background-color: #C84D8D; }
a { background-color: rgb(200,77,141); }
div.DivClassName
{
background-color: #C84D8D;
}
.BgClassName
{
background-color: #C84D8D;
}
</style>
border-color css
<style>
span { border-color: #C84D8D; }
span { border-color: rgb(200,77,141); }
td.TdClassName
{
border-color: #C84D8D;
}
.TagClassName
{
border-color: #C84D8D;
}
</style>