Shades of Mulberry #C84791
Tints of Mulberry #C84791
RGB
CMYK
RGB Variations
Color information
#C84791 (or 0xC84791) is known color: Mulberry. HEX triplet: C8, 47 and 91. RGB value is (200,71,145). Sum of RGB (Red+Green+Blue) = 200+71+145=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C84791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84791 is #37B86E. Grayscale: #757575. Windows color (decimal): -3651695 or 9521096. OLE color: 9521096.
HSL color Cylindrical-coordinate representation of color #C84791: hue angle of 325.58º 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 #C84791 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 145 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 325.58º | 0.54% | 0.53% | - |
| HSV(B) | 325.58º | 0.65% | 0.78% | - |
| XYZ | 31.18 | 18.83 | 28.78 | - |
| YUV | 118.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 145 | 0 | 0.64 | 0.28 | 0.22 | 325.58 | 0.54 | 0.53 |
| Hex | C8 | 47 | 91 | 0 | 40 | 1C | 16 | 146 | 36 | 35 |
| Octal | 310 | 107 | 221 | 0 | 100 | 34 | 26 | 506 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10010001 | 0 | 1000000 | 11100 | 10110 | 101000110 | 110110 | 110101 |
Color Harmonies of #C84791
Complementary color
Monochromatic Colors of #C84791
Black with #C84791
Text Example
Text Example
White with #C84791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84791; }
p { color: rgb(200,71,145); }
H1.HeaderClassName
{
color: #C84791;
}
.AnyTagClassName
{
color: #C84791;
}
</style>
background-color css
<style>
a { background-color: #C84791; }
a { background-color: rgb(200,71,145); }
div.DivClassName
{
background-color: #C84791;
}
.BgClassName
{
background-color: #C84791;
}
</style>
border-color css
<style>
span { border-color: #C84791; }
span { border-color: rgb(200,71,145); }
td.TdClassName
{
border-color: #C84791;
}
.TagClassName
{
border-color: #C84791;
}
</style>