Shades of Mulberry #C044A1
Tints of Mulberry #C044A1
RGB
CMYK
RGB Variations
Color information
#C044A1 (or 0xC044A1) is known color: Mulberry. HEX triplet: C0, 44 and A1. RGB value is (192,68,161). Sum of RGB (Red+Green+Blue) = 192+68+161=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C044A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044A1 is #3FBB5E. Grayscale: #737373. Windows color (decimal): -4176735 or 10568896. OLE color: 10568896.
HSL color Cylindrical-coordinate representation of color #C044A1: hue angle of 315º 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 #C044A1 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 161 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.25 |
| HSL | 315º | 0.5% | 0.51% | - |
| HSV(B) | 315º | 0.65% | 0.75% | - |
| XYZ | 30.24 | 17.91 | 35.58 | - |
| YUV | 115.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 161 | 0 | 0.65 | 0.16 | 0.25 | 315 | 0.5 | 0.51 |
| Hex | C0 | 44 | A1 | 0 | 41 | 10 | 19 | 13B | 32 | 33 |
| Octal | 300 | 104 | 241 | 0 | 101 | 20 | 31 | 473 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10100001 | 0 | 1000001 | 10000 | 11001 | 100111011 | 110010 | 110011 |
Color Harmonies of #C044A1
Complementary color
Monochromatic Colors of #C044A1
Black with #C044A1
Text Example
Text Example
White with #C044A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044A1; }
p { color: rgb(192,68,161); }
H1.HeaderClassName
{
color: #C044A1;
}
.AnyTagClassName
{
color: #C044A1;
}
</style>
background-color css
<style>
a { background-color: #C044A1; }
a { background-color: rgb(192,68,161); }
div.DivClassName
{
background-color: #C044A1;
}
.BgClassName
{
background-color: #C044A1;
}
</style>
border-color css
<style>
span { border-color: #C044A1; }
span { border-color: rgb(192,68,161); }
td.TdClassName
{
border-color: #C044A1;
}
.TagClassName
{
border-color: #C044A1;
}
</style>