Shades of Mulberry #C554A0
Tints of Mulberry #C554A0
RGB
CMYK
RGB Variations
Color information
#C554A0 (or 0xC554A0) is known color: Mulberry. HEX triplet: C5, 54 and A0. RGB value is (197,84,160). Sum of RGB (Red+Green+Blue) = 197+84+160=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C554A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554A0 is #3AAB5F. Grayscale: #7E7E7E. Windows color (decimal): -3844960 or 10507461. OLE color: 10507461.
HSL color Cylindrical-coordinate representation of color #C554A0: hue angle of 319.65º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C554A0 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 160 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.23 |
| HSL | 319.65º | 0.49% | 0.55% | - |
| HSV(B) | 319.65º | 0.57% | 0.77% | - |
| XYZ | 32.54 | 20.75 | 35.55 | - |
| YUV | 126.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 160 | 0 | 0.57 | 0.19 | 0.23 | 319.65 | 0.49 | 0.55 |
| Hex | C5 | 54 | A0 | 0 | 39 | 13 | 17 | 140 | 31 | 37 |
| Octal | 305 | 124 | 240 | 0 | 71 | 23 | 27 | 500 | 61 | 67 |
| Binary | 11000101 | 1010100 | 10100000 | 0 | 111001 | 10011 | 10111 | 101000000 | 110001 | 110111 |
Color Harmonies of #C554A0
Complementary color
Monochromatic Colors of #C554A0
Black with #C554A0
Text Example
Text Example
White with #C554A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554A0; }
p { color: rgb(197,84,160); }
H1.HeaderClassName
{
color: #C554A0;
}
.AnyTagClassName
{
color: #C554A0;
}
</style>
background-color css
<style>
a { background-color: #C554A0; }
a { background-color: rgb(197,84,160); }
div.DivClassName
{
background-color: #C554A0;
}
.BgClassName
{
background-color: #C554A0;
}
</style>
border-color css
<style>
span { border-color: #C554A0; }
span { border-color: rgb(197,84,160); }
td.TdClassName
{
border-color: #C554A0;
}
.TagClassName
{
border-color: #C554A0;
}
</style>