Shades of Mulberry #C551A3
Tints of Mulberry #C551A3
RGB
CMYK
RGB Variations
Color information
#C551A3 (or 0xC551A3) is known color: Mulberry. HEX triplet: C5, 51 and A3. RGB value is (197,81,163). Sum of RGB (Red+Green+Blue) = 197+81+163=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C551A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551A3 is #3AAE5C. Grayscale: #7C7C7C. Windows color (decimal): -3845725 or 10703301. OLE color: 10703301.
HSL color Cylindrical-coordinate representation of color #C551A3: hue angle of 317.59º 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 #C551A3 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 163 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.23 |
| HSL | 317.59º | 0.5% | 0.55% | - |
| HSV(B) | 317.59º | 0.59% | 0.77% | - |
| XYZ | 32.58 | 20.4 | 36.87 | - |
| YUV | 125.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 163 | 0 | 0.59 | 0.17 | 0.23 | 317.59 | 0.5 | 0.55 |
| Hex | C5 | 51 | A3 | 0 | 3B | 11 | 17 | 13E | 32 | 37 |
| Octal | 305 | 121 | 243 | 0 | 73 | 21 | 27 | 476 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10100011 | 0 | 111011 | 10001 | 10111 | 100111110 | 110010 | 110111 |
Color Harmonies of #C551A3
Complementary color
Monochromatic Colors of #C551A3
Black with #C551A3
Text Example
Text Example
White with #C551A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551A3; }
p { color: rgb(197,81,163); }
H1.HeaderClassName
{
color: #C551A3;
}
.AnyTagClassName
{
color: #C551A3;
}
</style>
background-color css
<style>
a { background-color: #C551A3; }
a { background-color: rgb(197,81,163); }
div.DivClassName
{
background-color: #C551A3;
}
.BgClassName
{
background-color: #C551A3;
}
</style>
border-color css
<style>
span { border-color: #C551A3; }
span { border-color: rgb(197,81,163); }
td.TdClassName
{
border-color: #C551A3;
}
.TagClassName
{
border-color: #C551A3;
}
</style>