Shades of Mulberry #C055A1
Tints of Mulberry #C055A1
RGB
CMYK
RGB Variations
Color information
#C055A1 (or 0xC055A1) is known color: Mulberry. HEX triplet: C0, 55 and A1. RGB value is (192,85,161). Sum of RGB (Red+Green+Blue) = 192+85+161=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A1 is #3FAA5E. Grayscale: #7D7D7D. Windows color (decimal): -4172383 or 10573248. OLE color: 10573248.
HSL color Cylindrical-coordinate representation of color #C055A1: hue angle of 317.38º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055A1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 161 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.25 |
| HSL | 317.38º | 0.46% | 0.54% | - |
| HSV(B) | 317.38º | 0.56% | 0.75% | - |
| XYZ | 31.42 | 20.28 | 35.98 | - |
| YUV | 125.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 161 | 0 | 0.56 | 0.16 | 0.25 | 317.38 | 0.46 | 0.54 |
| Hex | C0 | 55 | A1 | 0 | 38 | 10 | 19 | 13D | 2E | 36 |
| Octal | 300 | 125 | 241 | 0 | 70 | 20 | 31 | 475 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10100001 | 0 | 111000 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #C055A1
Complementary color
Monochromatic Colors of #C055A1
Black with #C055A1
Text Example
Text Example
White with #C055A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055A1; }
p { color: rgb(192,85,161); }
H1.HeaderClassName
{
color: #C055A1;
}
.AnyTagClassName
{
color: #C055A1;
}
</style>
background-color css
<style>
a { background-color: #C055A1; }
a { background-color: rgb(192,85,161); }
div.DivClassName
{
background-color: #C055A1;
}
.BgClassName
{
background-color: #C055A1;
}
</style>
border-color css
<style>
span { border-color: #C055A1; }
span { border-color: rgb(192,85,161); }
td.TdClassName
{
border-color: #C055A1;
}
.TagClassName
{
border-color: #C055A1;
}
</style>