Shades of Mulberry #C04FA3
Tints of Mulberry #C04FA3
RGB
CMYK
RGB Variations
Color information
#C04FA3 (or 0xC04FA3) is known color: Mulberry. HEX triplet: C0, 4F and A3. RGB value is (192,79,163). Sum of RGB (Red+Green+Blue) = 192+79+163=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA3 is #3FB05C. Grayscale: #7A7A7A. Windows color (decimal): -4173917 or 10702784. OLE color: 10702784.
HSL color Cylindrical-coordinate representation of color #C04FA3: hue angle of 315.4º 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 #C04FA3 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 163 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.25 |
| HSL | 315.4º | 0.47% | 0.53% | - |
| HSV(B) | 315.4º | 0.59% | 0.75% | - |
| XYZ | 31.15 | 19.44 | 36.76 | - |
| YUV | 122.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 163 | 0 | 0.59 | 0.15 | 0.25 | 315.4 | 0.47 | 0.53 |
| Hex | C0 | 4F | A3 | 0 | 3B | F | 19 | 13B | 2F | 35 |
| Octal | 300 | 117 | 243 | 0 | 73 | 17 | 31 | 473 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10100011 | 0 | 111011 | 1111 | 11001 | 100111011 | 101111 | 110101 |
Color Harmonies of #C04FA3
Complementary color
Monochromatic Colors of #C04FA3
Black with #C04FA3
Text Example
Text Example
White with #C04FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FA3; }
p { color: rgb(192,79,163); }
H1.HeaderClassName
{
color: #C04FA3;
}
.AnyTagClassName
{
color: #C04FA3;
}
</style>
background-color css
<style>
a { background-color: #C04FA3; }
a { background-color: rgb(192,79,163); }
div.DivClassName
{
background-color: #C04FA3;
}
.BgClassName
{
background-color: #C04FA3;
}
</style>
border-color css
<style>
span { border-color: #C04FA3; }
span { border-color: rgb(192,79,163); }
td.TdClassName
{
border-color: #C04FA3;
}
.TagClassName
{
border-color: #C04FA3;
}
</style>