Shades of Mulberry #C04FA4
Tints of Mulberry #C04FA4
RGB
CMYK
RGB Variations
Color information
#C04FA4 (or 0xC04FA4) is known color: Mulberry. HEX triplet: C0, 4F and A4. RGB value is (192,79,164). Sum of RGB (Red+Green+Blue) = 192+79+164=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA4 is #3FB05B. Grayscale: #7A7A7A. Windows color (decimal): -4173916 or 10768320. OLE color: 10768320.
HSL color Cylindrical-coordinate representation of color #C04FA4: hue angle of 314.87º 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 #C04FA4 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 164 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.25 |
| HSL | 314.87º | 0.47% | 0.53% | - |
| HSV(B) | 314.87º | 0.59% | 0.75% | - |
| XYZ | 31.24 | 19.48 | 37.24 | - |
| YUV | 122.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 164 | 0 | 0.59 | 0.15 | 0.25 | 314.87 | 0.47 | 0.53 |
| Hex | C0 | 4F | A4 | 0 | 3B | F | 19 | 13B | 2F | 35 |
| Octal | 300 | 117 | 244 | 0 | 73 | 17 | 31 | 473 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10100100 | 0 | 111011 | 1111 | 11001 | 100111011 | 101111 | 110101 |
Color Harmonies of #C04FA4
Complementary color
Monochromatic Colors of #C04FA4
Black with #C04FA4
Text Example
Text Example
White with #C04FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FA4; }
p { color: rgb(192,79,164); }
H1.HeaderClassName
{
color: #C04FA4;
}
.AnyTagClassName
{
color: #C04FA4;
}
</style>
background-color css
<style>
a { background-color: #C04FA4; }
a { background-color: rgb(192,79,164); }
div.DivClassName
{
background-color: #C04FA4;
}
.BgClassName
{
background-color: #C04FA4;
}
</style>
border-color css
<style>
span { border-color: #C04FA4; }
span { border-color: rgb(192,79,164); }
td.TdClassName
{
border-color: #C04FA4;
}
.TagClassName
{
border-color: #C04FA4;
}
</style>