Shades of Mulberry #C8478E
Tints of Mulberry #C8478E
RGB
CMYK
RGB Variations
Color information
#C8478E (or 0xC8478E) is known color: Mulberry. HEX triplet: C8, 47 and 8E. RGB value is (200,71,142). Sum of RGB (Red+Green+Blue) = 200+71+142=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478E is #37B871. Grayscale: #757575. Windows color (decimal): -3651698 or 9324488. OLE color: 9324488.
HSL color Cylindrical-coordinate representation of color #C8478E: hue angle of 326.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8478E is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 142 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.22 |
| HSL | 326.98º | 0.54% | 0.53% | - |
| HSV(B) | 326.98º | 0.65% | 0.78% | - |
| XYZ | 30.96 | 18.74 | 27.58 | - |
| YUV | 117.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 142 | 0 | 0.64 | 0.29 | 0.22 | 326.98 | 0.54 | 0.53 |
| Hex | C8 | 47 | 8E | 0 | 40 | 1D | 16 | 147 | 36 | 35 |
| Octal | 310 | 107 | 216 | 0 | 100 | 35 | 26 | 507 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10001110 | 0 | 1000000 | 11101 | 10110 | 101000111 | 110110 | 110101 |
Color Harmonies of #C8478E
Complementary color
Monochromatic Colors of #C8478E
Black with #C8478E
Text Example
Text Example
White with #C8478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8478E; }
p { color: rgb(200,71,142); }
H1.HeaderClassName
{
color: #C8478E;
}
.AnyTagClassName
{
color: #C8478E;
}
</style>
background-color css
<style>
a { background-color: #C8478E; }
a { background-color: rgb(200,71,142); }
div.DivClassName
{
background-color: #C8478E;
}
.BgClassName
{
background-color: #C8478E;
}
</style>
border-color css
<style>
span { border-color: #C8478E; }
span { border-color: rgb(200,71,142); }
td.TdClassName
{
border-color: #C8478E;
}
.TagClassName
{
border-color: #C8478E;
}
</style>