Shades of Mulberry #C4479D
Tints of Mulberry #C4479D
RGB
CMYK
RGB Variations
Color information
#C4479D (or 0xC4479D) is known color: Mulberry. HEX triplet: C4, 47 and 9D. RGB value is (196,71,157). Sum of RGB (Red+Green+Blue) = 196+71+157=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4479D is #3BB862. Grayscale: #757575. Windows color (decimal): -3913827 or 10307524. OLE color: 10307524.
HSL color Cylindrical-coordinate representation of color #C4479D: hue angle of 318.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4479D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 157 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.23 |
| HSL | 318.72º | 0.51% | 0.52% | - |
| HSV(B) | 318.72º | 0.64% | 0.77% | - |
| XYZ | 31.1 | 18.68 | 33.86 | - |
| YUV | 118.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 157 | 0 | 0.64 | 0.20 | 0.23 | 318.72 | 0.51 | 0.52 |
| Hex | C4 | 47 | 9D | 0 | 40 | 14 | 17 | 13F | 33 | 34 |
| Octal | 304 | 107 | 235 | 0 | 100 | 24 | 27 | 477 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10011101 | 0 | 1000000 | 10100 | 10111 | 100111111 | 110011 | 110100 |
Color Harmonies of #C4479D
Complementary color
Monochromatic Colors of #C4479D
Black with #C4479D
Text Example
Text Example
White with #C4479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4479D; }
p { color: rgb(196,71,157); }
H1.HeaderClassName
{
color: #C4479D;
}
.AnyTagClassName
{
color: #C4479D;
}
</style>
background-color css
<style>
a { background-color: #C4479D; }
a { background-color: rgb(196,71,157); }
div.DivClassName
{
background-color: #C4479D;
}
.BgClassName
{
background-color: #C4479D;
}
</style>
border-color css
<style>
span { border-color: #C4479D; }
span { border-color: rgb(196,71,157); }
td.TdClassName
{
border-color: #C4479D;
}
.TagClassName
{
border-color: #C4479D;
}
</style>