Shades of Mulberry #C054A2
Tints of Mulberry #C054A2
RGB
CMYK
RGB Variations
Color information
#C054A2 (or 0xC054A2) is known color: Mulberry. HEX triplet: C0, 54 and A2. RGB value is (192,84,162). Sum of RGB (Red+Green+Blue) = 192+84+162=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A2 is #3FAB5D. Grayscale: #7C7C7C. Windows color (decimal): -4172638 or 10638528. OLE color: 10638528.
HSL color Cylindrical-coordinate representation of color #C054A2: hue angle of 316.67º 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 #C054A2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 162 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.25 |
| HSL | 316.67º | 0.46% | 0.54% | - |
| HSV(B) | 316.67º | 0.56% | 0.75% | - |
| XYZ | 31.43 | 20.16 | 36.42 | - |
| YUV | 125.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 162 | 0 | 0.56 | 0.16 | 0.25 | 316.67 | 0.46 | 0.54 |
| Hex | C0 | 54 | A2 | 0 | 38 | 10 | 19 | 13D | 2E | 36 |
| Octal | 300 | 124 | 242 | 0 | 70 | 20 | 31 | 475 | 56 | 66 |
| Binary | 11000000 | 1010100 | 10100010 | 0 | 111000 | 10000 | 11001 | 100111101 | 101110 | 110110 |
Color Harmonies of #C054A2
Complementary color
Monochromatic Colors of #C054A2
Black with #C054A2
Text Example
Text Example
White with #C054A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054A2; }
p { color: rgb(192,84,162); }
H1.HeaderClassName
{
color: #C054A2;
}
.AnyTagClassName
{
color: #C054A2;
}
</style>
background-color css
<style>
a { background-color: #C054A2; }
a { background-color: rgb(192,84,162); }
div.DivClassName
{
background-color: #C054A2;
}
.BgClassName
{
background-color: #C054A2;
}
</style>
border-color css
<style>
span { border-color: #C054A2; }
span { border-color: rgb(192,84,162); }
td.TdClassName
{
border-color: #C054A2;
}
.TagClassName
{
border-color: #C054A2;
}
</style>