Shades of Mulberry #C043A0
Tints of Mulberry #C043A0
RGB
CMYK
RGB Variations
Color information
#C043A0 (or 0xC043A0) is known color: Mulberry. HEX triplet: C0, 43 and A0. RGB value is (192,67,160). Sum of RGB (Red+Green+Blue) = 192+67+160=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A0 is #3FBC5F. Grayscale: #727272. Windows color (decimal): -4176992 or 10503104. OLE color: 10503104.
HSL color Cylindrical-coordinate representation of color #C043A0: hue angle of 315.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043A0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 160 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.25 |
| HSL | 315.36º | 0.5% | 0.51% | - |
| HSV(B) | 315.36º | 0.65% | 0.75% | - |
| XYZ | 30.09 | 17.76 | 35.1 | - |
| YUV | 114.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 160 | 0 | 0.65 | 0.17 | 0.25 | 315.36 | 0.5 | 0.51 |
| Hex | C0 | 43 | A0 | 0 | 41 | 11 | 19 | 13B | 32 | 33 |
| Octal | 300 | 103 | 240 | 0 | 101 | 21 | 31 | 473 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10100000 | 0 | 1000001 | 10001 | 11001 | 100111011 | 110010 | 110011 |
Color Harmonies of #C043A0
Complementary color
Monochromatic Colors of #C043A0
Black with #C043A0
Text Example
Text Example
White with #C043A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043A0; }
p { color: rgb(192,67,160); }
H1.HeaderClassName
{
color: #C043A0;
}
.AnyTagClassName
{
color: #C043A0;
}
</style>
background-color css
<style>
a { background-color: #C043A0; }
a { background-color: rgb(192,67,160); }
div.DivClassName
{
background-color: #C043A0;
}
.BgClassName
{
background-color: #C043A0;
}
</style>
border-color css
<style>
span { border-color: #C043A0; }
span { border-color: rgb(192,67,160); }
td.TdClassName
{
border-color: #C043A0;
}
.TagClassName
{
border-color: #C043A0;
}
</style>