Shades of Mulberry #C84C8F
Tints of Mulberry #C84C8F
RGB
CMYK
RGB Variations
Color information
#C84C8F (or 0xC84C8F) is known color: Mulberry. HEX triplet: C8, 4C and 8F. RGB value is (200,76,143). Sum of RGB (Red+Green+Blue) = 200+76+143=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C8F is #37B370. Grayscale: #787878. Windows color (decimal): -3650417 or 9391304. OLE color: 9391304.
HSL color Cylindrical-coordinate representation of color #C84C8F: hue angle of 327.58º 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 #C84C8F is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 143 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.22 |
| HSL | 327.58º | 0.53% | 0.54% | - |
| HSV(B) | 327.58º | 0.62% | 0.78% | - |
| XYZ | 31.36 | 19.43 | 28.08 | - |
| YUV | 120.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 143 | 0 | 0.62 | 0.28 | 0.22 | 327.58 | 0.53 | 0.54 |
| Hex | C8 | 4C | 8F | 0 | 3E | 1C | 16 | 148 | 35 | 36 |
| Octal | 310 | 114 | 217 | 0 | 76 | 34 | 26 | 510 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10001111 | 0 | 111110 | 11100 | 10110 | 101001000 | 110101 | 110110 |
Color Harmonies of #C84C8F
Complementary color
Monochromatic Colors of #C84C8F
Black with #C84C8F
Text Example
Text Example
White with #C84C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C8F; }
p { color: rgb(200,76,143); }
H1.HeaderClassName
{
color: #C84C8F;
}
.AnyTagClassName
{
color: #C84C8F;
}
</style>
background-color css
<style>
a { background-color: #C84C8F; }
a { background-color: rgb(200,76,143); }
div.DivClassName
{
background-color: #C84C8F;
}
.BgClassName
{
background-color: #C84C8F;
}
</style>
border-color css
<style>
span { border-color: #C84C8F; }
span { border-color: rgb(200,76,143); }
td.TdClassName
{
border-color: #C84C8F;
}
.TagClassName
{
border-color: #C84C8F;
}
</style>