Shades of Mulberry #C04FA2
Tints of Mulberry #C04FA2
RGB
CMYK
RGB Variations
Color information
#C04FA2 (or 0xC04FA2) is known color: Mulberry. HEX triplet: C0, 4F and A2. RGB value is (192,79,162). Sum of RGB (Red+Green+Blue) = 192+79+162=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA2 is #3FB05D. Grayscale: #7A7A7A. Windows color (decimal): -4173918 or 10637248. OLE color: 10637248.
HSL color Cylindrical-coordinate representation of color #C04FA2: hue angle of 315.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FA2 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 162 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.25 |
| HSL | 315.93º | 0.47% | 0.53% | - |
| HSV(B) | 315.93º | 0.59% | 0.75% | - |
| XYZ | 31.06 | 19.41 | 36.29 | - |
| YUV | 122.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 162 | 0 | 0.59 | 0.16 | 0.25 | 315.93 | 0.47 | 0.53 |
| Hex | C0 | 4F | A2 | 0 | 3B | 10 | 19 | 13C | 2F | 35 |
| Octal | 300 | 117 | 242 | 0 | 73 | 20 | 31 | 474 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10100010 | 0 | 111011 | 10000 | 11001 | 100111100 | 101111 | 110101 |
Color Harmonies of #C04FA2
Complementary color
Monochromatic Colors of #C04FA2
Black with #C04FA2
Text Example
Text Example
White with #C04FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FA2; }
p { color: rgb(192,79,162); }
H1.HeaderClassName
{
color: #C04FA2;
}
.AnyTagClassName
{
color: #C04FA2;
}
</style>
background-color css
<style>
a { background-color: #C04FA2; }
a { background-color: rgb(192,79,162); }
div.DivClassName
{
background-color: #C04FA2;
}
.BgClassName
{
background-color: #C04FA2;
}
</style>
border-color css
<style>
span { border-color: #C04FA2; }
span { border-color: rgb(192,79,162); }
td.TdClassName
{
border-color: #C04FA2;
}
.TagClassName
{
border-color: #C04FA2;
}
</style>