Shades of Mulberry #C043A1
Tints of Mulberry #C043A1
RGB
CMYK
RGB Variations
Color information
#C043A1 (or 0xC043A1) is known color: Mulberry. HEX triplet: C0, 43 and A1. RGB value is (192,67,161). Sum of RGB (Red+Green+Blue) = 192+67+161=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A1 is #3FBC5E. Grayscale: #727272. Windows color (decimal): -4176991 or 10568640. OLE color: 10568640.
HSL color Cylindrical-coordinate representation of color #C043A1: hue angle of 314.88º 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 #C043A1 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 161 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.25 |
| HSL | 314.88º | 0.5% | 0.51% | - |
| HSV(B) | 314.88º | 0.65% | 0.75% | - |
| XYZ | 30.18 | 17.79 | 35.56 | - |
| YUV | 115.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 161 | 0 | 0.65 | 0.16 | 0.25 | 314.88 | 0.5 | 0.51 |
| Hex | C0 | 43 | A1 | 0 | 41 | 10 | 19 | 13B | 32 | 33 |
| Octal | 300 | 103 | 241 | 0 | 101 | 20 | 31 | 473 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10100001 | 0 | 1000001 | 10000 | 11001 | 100111011 | 110010 | 110011 |
Color Harmonies of #C043A1
Complementary color
Monochromatic Colors of #C043A1
Black with #C043A1
Text Example
Text Example
White with #C043A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043A1; }
p { color: rgb(192,67,161); }
H1.HeaderClassName
{
color: #C043A1;
}
.AnyTagClassName
{
color: #C043A1;
}
</style>
background-color css
<style>
a { background-color: #C043A1; }
a { background-color: rgb(192,67,161); }
div.DivClassName
{
background-color: #C043A1;
}
.BgClassName
{
background-color: #C043A1;
}
</style>
border-color css
<style>
span { border-color: #C043A1; }
span { border-color: rgb(192,67,161); }
td.TdClassName
{
border-color: #C043A1;
}
.TagClassName
{
border-color: #C043A1;
}
</style>