Shades of Mulberry #C8478B
Tints of Mulberry #C8478B
RGB
CMYK
RGB Variations
Color information
#C8478B (or 0xC8478B) is known color: Mulberry. HEX triplet: C8, 47 and 8B. RGB value is (200,71,139). Sum of RGB (Red+Green+Blue) = 200+71+139=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478B is #37B874. Grayscale: #757575. Windows color (decimal): -3651701 or 9127880. OLE color: 9127880.
HSL color Cylindrical-coordinate representation of color #C8478B: hue angle of 328.37º 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 #C8478B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 139 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.22 |
| HSL | 328.37º | 0.54% | 0.53% | - |
| HSV(B) | 328.37º | 0.65% | 0.78% | - |
| XYZ | 30.73 | 18.65 | 26.41 | - |
| YUV | 117.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 139 | 0 | 0.64 | 0.30 | 0.22 | 328.37 | 0.54 | 0.53 |
| Hex | C8 | 47 | 8B | 0 | 40 | 1E | 16 | 148 | 36 | 35 |
| Octal | 310 | 107 | 213 | 0 | 100 | 36 | 26 | 510 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10001011 | 0 | 1000000 | 11110 | 10110 | 101001000 | 110110 | 110101 |
Color Harmonies of #C8478B
Complementary color
Monochromatic Colors of #C8478B
Black with #C8478B
Text Example
Text Example
White with #C8478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8478B; }
p { color: rgb(200,71,139); }
H1.HeaderClassName
{
color: #C8478B;
}
.AnyTagClassName
{
color: #C8478B;
}
</style>
background-color css
<style>
a { background-color: #C8478B; }
a { background-color: rgb(200,71,139); }
div.DivClassName
{
background-color: #C8478B;
}
.BgClassName
{
background-color: #C8478B;
}
</style>
border-color css
<style>
span { border-color: #C8478B; }
span { border-color: rgb(200,71,139); }
td.TdClassName
{
border-color: #C8478B;
}
.TagClassName
{
border-color: #C8478B;
}
</style>