Shades of Mulberry #C044A0
Tints of Mulberry #C044A0
RGB
CMYK
RGB Variations
Color information
#C044A0 (or 0xC044A0) is known color: Mulberry. HEX triplet: C0, 44 and A0. RGB value is (192,68,160). Sum of RGB (Red+Green+Blue) = 192+68+160=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C044A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044A0 is #3FBB5F. Grayscale: #737373. Windows color (decimal): -4176736 or 10503360. OLE color: 10503360.
HSL color Cylindrical-coordinate representation of color #C044A0: hue angle of 315.48º 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 #C044A0 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 160 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.25 |
| HSL | 315.48º | 0.5% | 0.51% | - |
| HSV(B) | 315.48º | 0.65% | 0.75% | - |
| XYZ | 30.15 | 17.88 | 35.12 | - |
| YUV | 115.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 160 | 0 | 0.65 | 0.17 | 0.25 | 315.48 | 0.5 | 0.51 |
| Hex | C0 | 44 | A0 | 0 | 41 | 11 | 19 | 13B | 32 | 33 |
| Octal | 300 | 104 | 240 | 0 | 101 | 21 | 31 | 473 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10100000 | 0 | 1000001 | 10001 | 11001 | 100111011 | 110010 | 110011 |
Color Harmonies of #C044A0
Complementary color
Monochromatic Colors of #C044A0
Black with #C044A0
Text Example
Text Example
White with #C044A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044A0; }
p { color: rgb(192,68,160); }
H1.HeaderClassName
{
color: #C044A0;
}
.AnyTagClassName
{
color: #C044A0;
}
</style>
background-color css
<style>
a { background-color: #C044A0; }
a { background-color: rgb(192,68,160); }
div.DivClassName
{
background-color: #C044A0;
}
.BgClassName
{
background-color: #C044A0;
}
</style>
border-color css
<style>
span { border-color: #C044A0; }
span { border-color: rgb(192,68,160); }
td.TdClassName
{
border-color: #C044A0;
}
.TagClassName
{
border-color: #C044A0;
}
</style>