Shades of Mulberry #C055A3
Tints of Mulberry #C055A3
RGB
CMYK
RGB Variations
Color information
#C055A3 (or 0xC055A3) is known color: Mulberry. HEX triplet: C0, 55 and A3. RGB value is (192,85,163). Sum of RGB (Red+Green+Blue) = 192+85+163=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A3 is #3FAA5C. Grayscale: #7D7D7D. Windows color (decimal): -4172381 or 10704320. OLE color: 10704320.
HSL color Cylindrical-coordinate representation of color #C055A3: hue angle of 316.26º 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 #C055A3 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 163 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.25 |
| HSL | 316.26º | 0.46% | 0.54% | - |
| HSV(B) | 316.26º | 0.56% | 0.75% | - |
| XYZ | 31.6 | 20.35 | 36.91 | - |
| YUV | 125.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 163 | 0 | 0.56 | 0.15 | 0.25 | 316.26 | 0.46 | 0.54 |
| Hex | C0 | 55 | A3 | 0 | 38 | F | 19 | 13C | 2E | 36 |
| Octal | 300 | 125 | 243 | 0 | 70 | 17 | 31 | 474 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10100011 | 0 | 111000 | 1111 | 11001 | 100111100 | 101110 | 110110 |
Color Harmonies of #C055A3
Complementary color
Monochromatic Colors of #C055A3
Black with #C055A3
Text Example
Text Example
White with #C055A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055A3; }
p { color: rgb(192,85,163); }
H1.HeaderClassName
{
color: #C055A3;
}
.AnyTagClassName
{
color: #C055A3;
}
</style>
background-color css
<style>
a { background-color: #C055A3; }
a { background-color: rgb(192,85,163); }
div.DivClassName
{
background-color: #C055A3;
}
.BgClassName
{
background-color: #C055A3;
}
</style>
border-color css
<style>
span { border-color: #C055A3; }
span { border-color: rgb(192,85,163); }
td.TdClassName
{
border-color: #C055A3;
}
.TagClassName
{
border-color: #C055A3;
}
</style>