Shades of Mulberry #C84B9E
Tints of Mulberry #C84B9E
RGB
CMYK
RGB Variations
Color information
#C84B9E (or 0xC84B9E) is known color: Mulberry. HEX triplet: C8, 4B and 9E. RGB value is (200,75,158). Sum of RGB (Red+Green+Blue) = 200+75+158=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B9E is #37B461. Grayscale: #797979. Windows color (decimal): -3650658 or 10374088. OLE color: 10374088.
HSL color Cylindrical-coordinate representation of color #C84B9E: hue angle of 320.16º 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 #C84B9E is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 158 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.22 |
| HSL | 320.16º | 0.53% | 0.54% | - |
| HSV(B) | 320.16º | 0.63% | 0.78% | - |
| XYZ | 32.51 | 19.78 | 34.45 | - |
| YUV | 121.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 158 | 0 | 0.62 | 0.21 | 0.22 | 320.16 | 0.53 | 0.54 |
| Hex | C8 | 4B | 9E | 0 | 3E | 15 | 16 | 140 | 35 | 36 |
| Octal | 310 | 113 | 236 | 0 | 76 | 25 | 26 | 500 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10011110 | 0 | 111110 | 10101 | 10110 | 101000000 | 110101 | 110110 |
Color Harmonies of #C84B9E
Complementary color
Monochromatic Colors of #C84B9E
Black with #C84B9E
Text Example
Text Example
White with #C84B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B9E; }
p { color: rgb(200,75,158); }
H1.HeaderClassName
{
color: #C84B9E;
}
.AnyTagClassName
{
color: #C84B9E;
}
</style>
background-color css
<style>
a { background-color: #C84B9E; }
a { background-color: rgb(200,75,158); }
div.DivClassName
{
background-color: #C84B9E;
}
.BgClassName
{
background-color: #C84B9E;
}
</style>
border-color css
<style>
span { border-color: #C84B9E; }
span { border-color: rgb(200,75,158); }
td.TdClassName
{
border-color: #C84B9E;
}
.TagClassName
{
border-color: #C84B9E;
}
</style>