Shades of Mulberry #C55CA0
Tints of Mulberry #C55CA0
RGB
CMYK
RGB Variations
Color information
#C55CA0 (or 0xC55CA0) is known color: Mulberry. HEX triplet: C5, 5C and A0. RGB value is (197,92,160). Sum of RGB (Red+Green+Blue) = 197+92+160=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CA0 is #3AA35F. Grayscale: #828282. Windows color (decimal): -3842912 or 10509509. OLE color: 10509509.
HSL color Cylindrical-coordinate representation of color #C55CA0: hue angle of 321.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CA0 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 160 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.23 |
| HSL | 321.14º | 0.48% | 0.57% | - |
| HSV(B) | 321.14º | 0.53% | 0.77% | - |
| XYZ | 33.2 | 22.06 | 35.77 | - |
| YUV | 131.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 160 | 0 | 0.53 | 0.19 | 0.23 | 321.14 | 0.48 | 0.57 |
| Hex | C5 | 5C | A0 | 0 | 35 | 13 | 17 | 141 | 30 | 39 |
| Octal | 305 | 134 | 240 | 0 | 65 | 23 | 27 | 501 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10100000 | 0 | 110101 | 10011 | 10111 | 101000001 | 110000 | 111001 |
Color Harmonies of #C55CA0
Complementary color
Monochromatic Colors of #C55CA0
Black with #C55CA0
Text Example
Text Example
White with #C55CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CA0; }
p { color: rgb(197,92,160); }
H1.HeaderClassName
{
color: #C55CA0;
}
.AnyTagClassName
{
color: #C55CA0;
}
</style>
background-color css
<style>
a { background-color: #C55CA0; }
a { background-color: rgb(197,92,160); }
div.DivClassName
{
background-color: #C55CA0;
}
.BgClassName
{
background-color: #C55CA0;
}
</style>
border-color css
<style>
span { border-color: #C55CA0; }
span { border-color: rgb(197,92,160); }
td.TdClassName
{
border-color: #C55CA0;
}
.TagClassName
{
border-color: #C55CA0;
}
</style>