Shades of Mulberry #C84D9D
Tints of Mulberry #C84D9D
RGB
CMYK
RGB Variations
Color information
#C84D9D (or 0xC84D9D) is known color: Mulberry. HEX triplet: C8, 4D and 9D. RGB value is (200,77,157). Sum of RGB (Red+Green+Blue) = 200+77+157=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D9D is #37B262. Grayscale: #7A7A7A. Windows color (decimal): -3650147 or 10309064. OLE color: 10309064.
HSL color Cylindrical-coordinate representation of color #C84D9D: hue angle of 320.98º 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 #C84D9D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 157 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 320.98º | 0.53% | 0.54% | - |
| HSV(B) | 320.98º | 0.62% | 0.78% | - |
| XYZ | 32.56 | 20.02 | 34.05 | - |
| YUV | 122.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 157 | 0 | 0.62 | 0.22 | 0.22 | 320.98 | 0.53 | 0.54 |
| Hex | C8 | 4D | 9D | 0 | 3E | 16 | 16 | 141 | 35 | 36 |
| Octal | 310 | 115 | 235 | 0 | 76 | 26 | 26 | 501 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10011101 | 0 | 111110 | 10110 | 10110 | 101000001 | 110101 | 110110 |
Color Harmonies of #C84D9D
Complementary color
Monochromatic Colors of #C84D9D
Black with #C84D9D
Text Example
Text Example
White with #C84D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D9D; }
p { color: rgb(200,77,157); }
H1.HeaderClassName
{
color: #C84D9D;
}
.AnyTagClassName
{
color: #C84D9D;
}
</style>
background-color css
<style>
a { background-color: #C84D9D; }
a { background-color: rgb(200,77,157); }
div.DivClassName
{
background-color: #C84D9D;
}
.BgClassName
{
background-color: #C84D9D;
}
</style>
border-color css
<style>
span { border-color: #C84D9D; }
span { border-color: rgb(200,77,157); }
td.TdClassName
{
border-color: #C84D9D;
}
.TagClassName
{
border-color: #C84D9D;
}
</style>