Shades of Mulberry #C4479A
Tints of Mulberry #C4479A
RGB
CMYK
RGB Variations
Color information
#C4479A (or 0xC4479A) is known color: Mulberry. HEX triplet: C4, 47 and 9A. RGB value is (196,71,154). Sum of RGB (Red+Green+Blue) = 196+71+154=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4479A is #3BB865. Grayscale: #757575. Windows color (decimal): -3913830 or 10110916. OLE color: 10110916.
HSL color Cylindrical-coordinate representation of color #C4479A: hue angle of 320.16º 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 #C4479A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 154 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.23 |
| HSL | 320.16º | 0.51% | 0.52% | - |
| HSV(B) | 320.16º | 0.64% | 0.77% | - |
| XYZ | 30.85 | 18.58 | 32.53 | - |
| YUV | 117.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 154 | 0 | 0.64 | 0.21 | 0.23 | 320.16 | 0.51 | 0.52 |
| Hex | C4 | 47 | 9A | 0 | 40 | 15 | 17 | 140 | 33 | 34 |
| Octal | 304 | 107 | 232 | 0 | 100 | 25 | 27 | 500 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10011010 | 0 | 1000000 | 10101 | 10111 | 101000000 | 110011 | 110100 |
Color Harmonies of #C4479A
Complementary color
Monochromatic Colors of #C4479A
Black with #C4479A
Text Example
Text Example
White with #C4479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4479A; }
p { color: rgb(196,71,154); }
H1.HeaderClassName
{
color: #C4479A;
}
.AnyTagClassName
{
color: #C4479A;
}
</style>
background-color css
<style>
a { background-color: #C4479A; }
a { background-color: rgb(196,71,154); }
div.DivClassName
{
background-color: #C4479A;
}
.BgClassName
{
background-color: #C4479A;
}
</style>
border-color css
<style>
span { border-color: #C4479A; }
span { border-color: rgb(196,71,154); }
td.TdClassName
{
border-color: #C4479A;
}
.TagClassName
{
border-color: #C4479A;
}
</style>