Shades of Mulberry #C84C9B
Tints of Mulberry #C84C9B
RGB
CMYK
RGB Variations
Color information
#C84C9B (or 0xC84C9B) is known color: Mulberry. HEX triplet: C8, 4C and 9B. RGB value is (200,76,155). Sum of RGB (Red+Green+Blue) = 200+76+155=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C9B is #37B364. Grayscale: #797979. Windows color (decimal): -3650405 or 10177736. OLE color: 10177736.
HSL color Cylindrical-coordinate representation of color #C84C9B: hue angle of 321.77º 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 #C84C9B is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 155 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 321.77º | 0.53% | 0.54% | - |
| HSV(B) | 321.77º | 0.62% | 0.78% | - |
| XYZ | 32.32 | 19.81 | 33.13 | - |
| YUV | 122.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 155 | 0 | 0.62 | 0.22 | 0.22 | 321.77 | 0.53 | 0.54 |
| Hex | C8 | 4C | 9B | 0 | 3E | 16 | 16 | 142 | 35 | 36 |
| Octal | 310 | 114 | 233 | 0 | 76 | 26 | 26 | 502 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10011011 | 0 | 111110 | 10110 | 10110 | 101000010 | 110101 | 110110 |
Color Harmonies of #C84C9B
Complementary color
Monochromatic Colors of #C84C9B
Black with #C84C9B
Text Example
Text Example
White with #C84C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C9B; }
p { color: rgb(200,76,155); }
H1.HeaderClassName
{
color: #C84C9B;
}
.AnyTagClassName
{
color: #C84C9B;
}
</style>
background-color css
<style>
a { background-color: #C84C9B; }
a { background-color: rgb(200,76,155); }
div.DivClassName
{
background-color: #C84C9B;
}
.BgClassName
{
background-color: #C84C9B;
}
</style>
border-color css
<style>
span { border-color: #C84C9B; }
span { border-color: rgb(200,76,155); }
td.TdClassName
{
border-color: #C84C9B;
}
.TagClassName
{
border-color: #C84C9B;
}
</style>