Shades of Mulberry #C04DA2
Tints of Mulberry #C04DA2
RGB
CMYK
RGB Variations
Color information
#C04DA2 (or 0xC04DA2) is known color: Mulberry. HEX triplet: C0, 4D and A2. RGB value is (192,77,162). Sum of RGB (Red+Green+Blue) = 192+77+162=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DA2 is #3FB25D. Grayscale: #787878. Windows color (decimal): -4174430 or 10636736. OLE color: 10636736.
HSL color Cylindrical-coordinate representation of color #C04DA2: hue angle of 315.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04DA2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 162 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.25 |
| HSL | 315.65º | 0.48% | 0.53% | - |
| HSV(B) | 315.65º | 0.6% | 0.75% | - |
| XYZ | 30.91 | 19.12 | 36.24 | - |
| YUV | 121.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 162 | 0 | 0.60 | 0.16 | 0.25 | 315.65 | 0.48 | 0.53 |
| Hex | C0 | 4D | A2 | 0 | 3C | 10 | 19 | 13C | 30 | 35 |
| Octal | 300 | 115 | 242 | 0 | 74 | 20 | 31 | 474 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10100010 | 0 | 111100 | 10000 | 11001 | 100111100 | 110000 | 110101 |
Color Harmonies of #C04DA2
Complementary color
Monochromatic Colors of #C04DA2
Black with #C04DA2
Text Example
Text Example
White with #C04DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DA2; }
p { color: rgb(192,77,162); }
H1.HeaderClassName
{
color: #C04DA2;
}
.AnyTagClassName
{
color: #C04DA2;
}
</style>
background-color css
<style>
a { background-color: #C04DA2; }
a { background-color: rgb(192,77,162); }
div.DivClassName
{
background-color: #C04DA2;
}
.BgClassName
{
background-color: #C04DA2;
}
</style>
border-color css
<style>
span { border-color: #C04DA2; }
span { border-color: rgb(192,77,162); }
td.TdClassName
{
border-color: #C04DA2;
}
.TagClassName
{
border-color: #C04DA2;
}
</style>