Shades of Mulberry #C84C9D
Tints of Mulberry #C84C9D
RGB
CMYK
RGB Variations
Color information
#C84C9D (or 0xC84C9D) is known color: Mulberry. HEX triplet: C8, 4C and 9D. RGB value is (200,76,157). Sum of RGB (Red+Green+Blue) = 200+76+157=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C9D is #37B362. Grayscale: #7A7A7A. Windows color (decimal): -3650403 or 10308808. OLE color: 10308808.
HSL color Cylindrical-coordinate representation of color #C84C9D: hue angle of 320.81º 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 #C84C9D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 157 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 320.81º | 0.53% | 0.54% | - |
| HSV(B) | 320.81º | 0.62% | 0.78% | - |
| XYZ | 32.49 | 19.88 | 34.02 | - |
| YUV | 122.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 157 | 0 | 0.62 | 0.22 | 0.22 | 320.81 | 0.53 | 0.54 |
| Hex | C8 | 4C | 9D | 0 | 3E | 16 | 16 | 141 | 35 | 36 |
| Octal | 310 | 114 | 235 | 0 | 76 | 26 | 26 | 501 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10011101 | 0 | 111110 | 10110 | 10110 | 101000001 | 110101 | 110110 |
Color Harmonies of #C84C9D
Complementary color
Monochromatic Colors of #C84C9D
Black with #C84C9D
Text Example
Text Example
White with #C84C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C9D; }
p { color: rgb(200,76,157); }
H1.HeaderClassName
{
color: #C84C9D;
}
.AnyTagClassName
{
color: #C84C9D;
}
</style>
background-color css
<style>
a { background-color: #C84C9D; }
a { background-color: rgb(200,76,157); }
div.DivClassName
{
background-color: #C84C9D;
}
.BgClassName
{
background-color: #C84C9D;
}
</style>
border-color css
<style>
span { border-color: #C84C9D; }
span { border-color: rgb(200,76,157); }
td.TdClassName
{
border-color: #C84C9D;
}
.TagClassName
{
border-color: #C84C9D;
}
</style>