Shades of Mulberry #C551A0
Tints of Mulberry #C551A0
RGB
CMYK
RGB Variations
Color information
#C551A0 (or 0xC551A0) is known color: Mulberry. HEX triplet: C5, 51 and A0. RGB value is (197,81,160). Sum of RGB (Red+Green+Blue) = 197+81+160=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C551A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551A0 is #3AAE5F. Grayscale: #7C7C7C. Windows color (decimal): -3845728 or 10506693. OLE color: 10506693.
HSL color Cylindrical-coordinate representation of color #C551A0: hue angle of 319.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551A0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 160 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.23 |
| HSL | 319.14º | 0.5% | 0.55% | - |
| HSV(B) | 319.14º | 0.59% | 0.77% | - |
| XYZ | 32.31 | 20.29 | 35.47 | - |
| YUV | 124.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 160 | 0 | 0.59 | 0.19 | 0.23 | 319.14 | 0.5 | 0.55 |
| Hex | C5 | 51 | A0 | 0 | 3B | 13 | 17 | 13F | 32 | 37 |
| Octal | 305 | 121 | 240 | 0 | 73 | 23 | 27 | 477 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10100000 | 0 | 111011 | 10011 | 10111 | 100111111 | 110010 | 110111 |
Color Harmonies of #C551A0
Complementary color
Monochromatic Colors of #C551A0
Black with #C551A0
Text Example
Text Example
White with #C551A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551A0; }
p { color: rgb(197,81,160); }
H1.HeaderClassName
{
color: #C551A0;
}
.AnyTagClassName
{
color: #C551A0;
}
</style>
background-color css
<style>
a { background-color: #C551A0; }
a { background-color: rgb(197,81,160); }
div.DivClassName
{
background-color: #C551A0;
}
.BgClassName
{
background-color: #C551A0;
}
</style>
border-color css
<style>
span { border-color: #C551A0; }
span { border-color: rgb(197,81,160); }
td.TdClassName
{
border-color: #C551A0;
}
.TagClassName
{
border-color: #C551A0;
}
</style>