Shades of Mulberry #C043A3
Tints of Mulberry #C043A3
RGB
CMYK
RGB Variations
Color information
#C043A3 (or 0xC043A3) is known color: Mulberry. HEX triplet: C0, 43 and A3. RGB value is (192,67,163). Sum of RGB (Red+Green+Blue) = 192+67+163=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A3 is #3FBC5C. Grayscale: #737373. Windows color (decimal): -4176989 or 10699712. OLE color: 10699712.
HSL color Cylindrical-coordinate representation of color #C043A3: hue angle of 313.92º 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 #C043A3 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 163 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.25 |
| HSL | 313.92º | 0.5% | 0.51% | - |
| HSV(B) | 313.92º | 0.65% | 0.75% | - |
| XYZ | 30.36 | 17.87 | 36.5 | - |
| YUV | 115.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 163 | 0 | 0.65 | 0.15 | 0.25 | 313.92 | 0.5 | 0.51 |
| Hex | C0 | 43 | A3 | 0 | 41 | F | 19 | 13A | 32 | 33 |
| Octal | 300 | 103 | 243 | 0 | 101 | 17 | 31 | 472 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10100011 | 0 | 1000001 | 1111 | 11001 | 100111010 | 110010 | 110011 |
Color Harmonies of #C043A3
Complementary color
Monochromatic Colors of #C043A3
Black with #C043A3
Text Example
Text Example
White with #C043A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043A3; }
p { color: rgb(192,67,163); }
H1.HeaderClassName
{
color: #C043A3;
}
.AnyTagClassName
{
color: #C043A3;
}
</style>
background-color css
<style>
a { background-color: #C043A3; }
a { background-color: rgb(192,67,163); }
div.DivClassName
{
background-color: #C043A3;
}
.BgClassName
{
background-color: #C043A3;
}
</style>
border-color css
<style>
span { border-color: #C043A3; }
span { border-color: rgb(192,67,163); }
td.TdClassName
{
border-color: #C043A3;
}
.TagClassName
{
border-color: #C043A3;
}
</style>