Shades of Mulberry #C551A5
Tints of Mulberry #C551A5
RGB
CMYK
RGB Variations
Color information
#C551A5 (or 0xC551A5) is known color: Mulberry. HEX triplet: C5, 51 and A5. RGB value is (197,81,165). Sum of RGB (Red+Green+Blue) = 197+81+165=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C551A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551A5 is #3AAE5A. Grayscale: #7D7D7D. Windows color (decimal): -3845723 or 10834373. OLE color: 10834373.
HSL color Cylindrical-coordinate representation of color #C551A5: hue angle of 316.55º 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 #C551A5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 165 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.23 |
| HSL | 316.55º | 0.5% | 0.55% | - |
| HSV(B) | 316.55º | 0.59% | 0.77% | - |
| XYZ | 32.76 | 20.47 | 37.82 | - |
| YUV | 125.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 165 | 0 | 0.59 | 0.16 | 0.23 | 316.55 | 0.5 | 0.55 |
| Hex | C5 | 51 | A5 | 0 | 3B | 10 | 17 | 13D | 32 | 37 |
| Octal | 305 | 121 | 245 | 0 | 73 | 20 | 27 | 475 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10100101 | 0 | 111011 | 10000 | 10111 | 100111101 | 110010 | 110111 |
Color Harmonies of #C551A5
Complementary color
Monochromatic Colors of #C551A5
Black with #C551A5
Text Example
Text Example
White with #C551A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551A5; }
p { color: rgb(197,81,165); }
H1.HeaderClassName
{
color: #C551A5;
}
.AnyTagClassName
{
color: #C551A5;
}
</style>
background-color css
<style>
a { background-color: #C551A5; }
a { background-color: rgb(197,81,165); }
div.DivClassName
{
background-color: #C551A5;
}
.BgClassName
{
background-color: #C551A5;
}
</style>
border-color css
<style>
span { border-color: #C551A5; }
span { border-color: rgb(197,81,165); }
td.TdClassName
{
border-color: #C551A5;
}
.TagClassName
{
border-color: #C551A5;
}
</style>