Shades of Mulberry #C051A4
Tints of Mulberry #C051A4
RGB
CMYK
RGB Variations
Color information
#C051A4 (or 0xC051A4) is known color: Mulberry. HEX triplet: C0, 51 and A4. RGB value is (192,81,164). Sum of RGB (Red+Green+Blue) = 192+81+164=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C051A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051A4 is #3FAE5B. Grayscale: #7B7B7B. Windows color (decimal): -4173404 or 10768832. OLE color: 10768832.
HSL color Cylindrical-coordinate representation of color #C051A4: hue angle of 315.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051A4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 164 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.25 |
| HSL | 315.14º | 0.47% | 0.54% | - |
| HSV(B) | 315.14º | 0.58% | 0.75% | - |
| XYZ | 31.38 | 19.77 | 37.28 | - |
| YUV | 123.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 164 | 0 | 0.58 | 0.15 | 0.25 | 315.14 | 0.47 | 0.54 |
| Hex | C0 | 51 | A4 | 0 | 3A | F | 19 | 13B | 2F | 36 |
| Octal | 300 | 121 | 244 | 0 | 72 | 17 | 31 | 473 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10100100 | 0 | 111010 | 1111 | 11001 | 100111011 | 101111 | 110110 |
Color Harmonies of #C051A4
Complementary color
Monochromatic Colors of #C051A4
Black with #C051A4
Text Example
Text Example
White with #C051A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051A4; }
p { color: rgb(192,81,164); }
H1.HeaderClassName
{
color: #C051A4;
}
.AnyTagClassName
{
color: #C051A4;
}
</style>
background-color css
<style>
a { background-color: #C051A4; }
a { background-color: rgb(192,81,164); }
div.DivClassName
{
background-color: #C051A4;
}
.BgClassName
{
background-color: #C051A4;
}
</style>
border-color css
<style>
span { border-color: #C051A4; }
span { border-color: rgb(192,81,164); }
td.TdClassName
{
border-color: #C051A4;
}
.TagClassName
{
border-color: #C051A4;
}
</style>