Shades of Mulberry #C8478F
Tints of Mulberry #C8478F
RGB
CMYK
RGB Variations
Color information
#C8478F (or 0xC8478F) is known color: Mulberry. HEX triplet: C8, 47 and 8F. RGB value is (200,71,143). Sum of RGB (Red+Green+Blue) = 200+71+143=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8478F is #37B870. Grayscale: #757575. Windows color (decimal): -3651697 or 9390024. OLE color: 9390024.
HSL color Cylindrical-coordinate representation of color #C8478F: hue angle of 326.51º 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 #C8478F is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 143 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 326.51º | 0.54% | 0.53% | - |
| HSV(B) | 326.51º | 0.65% | 0.78% | - |
| XYZ | 31.03 | 18.77 | 27.97 | - |
| YUV | 117.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 143 | 0 | 0.64 | 0.28 | 0.22 | 326.51 | 0.54 | 0.53 |
| Hex | C8 | 47 | 8F | 0 | 40 | 1C | 16 | 147 | 36 | 35 |
| Octal | 310 | 107 | 217 | 0 | 100 | 34 | 26 | 507 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10001111 | 0 | 1000000 | 11100 | 10110 | 101000111 | 110110 | 110101 |
Color Harmonies of #C8478F
Complementary color
Monochromatic Colors of #C8478F
Black with #C8478F
Text Example
Text Example
White with #C8478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8478F; }
p { color: rgb(200,71,143); }
H1.HeaderClassName
{
color: #C8478F;
}
.AnyTagClassName
{
color: #C8478F;
}
</style>
background-color css
<style>
a { background-color: #C8478F; }
a { background-color: rgb(200,71,143); }
div.DivClassName
{
background-color: #C8478F;
}
.BgClassName
{
background-color: #C8478F;
}
</style>
border-color css
<style>
span { border-color: #C8478F; }
span { border-color: rgb(200,71,143); }
td.TdClassName
{
border-color: #C8478F;
}
.TagClassName
{
border-color: #C8478F;
}
</style>