Shades of Mulberry #C054A1
Tints of Mulberry #C054A1
RGB
CMYK
RGB Variations
Color information
#C054A1 (or 0xC054A1) is known color: Mulberry. HEX triplet: C0, 54 and A1. RGB value is (192,84,161). Sum of RGB (Red+Green+Blue) = 192+84+161=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A1 is #3FAB5E. Grayscale: #7C7C7C. Windows color (decimal): -4172639 or 10572992. OLE color: 10572992.
HSL color Cylindrical-coordinate representation of color #C054A1: hue angle of 317.22º 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 #C054A1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 161 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.25 |
| HSL | 317.22º | 0.46% | 0.54% | - |
| HSV(B) | 317.22º | 0.56% | 0.75% | - |
| XYZ | 31.34 | 20.12 | 35.95 | - |
| YUV | 125.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 161 | 0 | 0.56 | 0.16 | 0.25 | 317.22 | 0.46 | 0.54 |
| Hex | C0 | 54 | A1 | 0 | 38 | 10 | 19 | 13D | 2E | 36 |
| Octal | 300 | 124 | 241 | 0 | 70 | 20 | 31 | 475 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10100001 | 0 | 111000 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #C054A1
Complementary color
Monochromatic Colors of #C054A1
Black with #C054A1
Text Example
Text Example
White with #C054A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054A1; }
p { color: rgb(192,84,161); }
H1.HeaderClassName
{
color: #C054A1;
}
.AnyTagClassName
{
color: #C054A1;
}
</style>
background-color css
<style>
a { background-color: #C054A1; }
a { background-color: rgb(192,84,161); }
div.DivClassName
{
background-color: #C054A1;
}
.BgClassName
{
background-color: #C054A1;
}
</style>
border-color css
<style>
span { border-color: #C054A1; }
span { border-color: rgb(192,84,161); }
td.TdClassName
{
border-color: #C054A1;
}
.TagClassName
{
border-color: #C054A1;
}
</style>