Shades of Mulberry #C5479C
Tints of Mulberry #C5479C
RGB
CMYK
RGB Variations
Color information
#C5479C (or 0xC5479C) is known color: Mulberry. HEX triplet: C5, 47 and 9C. RGB value is (197,71,156). Sum of RGB (Red+Green+Blue) = 197+71+156=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5479C is #3AB863. Grayscale: #767676. Windows color (decimal): -3848292 or 10241989. OLE color: 10241989.
HSL color Cylindrical-coordinate representation of color #C5479C: hue angle of 319.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5479C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 156 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.23 |
| HSL | 319.52º | 0.52% | 0.53% | - |
| HSV(B) | 319.52º | 0.64% | 0.77% | - |
| XYZ | 31.28 | 18.78 | 33.43 | - |
| YUV | 118.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 156 | 0 | 0.64 | 0.21 | 0.23 | 319.52 | 0.52 | 0.53 |
| Hex | C5 | 47 | 9C | 0 | 40 | 15 | 17 | 140 | 34 | 35 |
| Octal | 305 | 107 | 234 | 0 | 100 | 25 | 27 | 500 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10011100 | 0 | 1000000 | 10101 | 10111 | 101000000 | 110100 | 110101 |
Color Harmonies of #C5479C
Complementary color
Monochromatic Colors of #C5479C
Black with #C5479C
Text Example
Text Example
White with #C5479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5479C; }
p { color: rgb(197,71,156); }
H1.HeaderClassName
{
color: #C5479C;
}
.AnyTagClassName
{
color: #C5479C;
}
</style>
background-color css
<style>
a { background-color: #C5479C; }
a { background-color: rgb(197,71,156); }
div.DivClassName
{
background-color: #C5479C;
}
.BgClassName
{
background-color: #C5479C;
}
</style>
border-color css
<style>
span { border-color: #C5479C; }
span { border-color: rgb(197,71,156); }
td.TdClassName
{
border-color: #C5479C;
}
.TagClassName
{
border-color: #C5479C;
}
</style>