Shades of Mulberry #C05FA4
Tints of Mulberry #C05FA4
RGB
CMYK
RGB Variations
Color information
#C05FA4 (or 0xC05FA4) is known color: Mulberry. HEX triplet: C0, 5F and A4. RGB value is (192,95,164). Sum of RGB (Red+Green+Blue) = 192+95+164=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA4 is #3FA05B. Grayscale: #838383. Windows color (decimal): -4169820 or 10772416. OLE color: 10772416.
HSL color Cylindrical-coordinate representation of color #C05FA4: hue angle of 317.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FA4 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 164 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.25 |
| HSL | 317.32º | 0.43% | 0.56% | - |
| HSV(B) | 317.32º | 0.51% | 0.75% | - |
| XYZ | 32.53 | 22.07 | 37.67 | - |
| YUV | 131.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 164 | 0 | 0.51 | 0.15 | 0.25 | 317.32 | 0.43 | 0.56 |
| Hex | C0 | 5F | A4 | 0 | 33 | F | 19 | 13D | 2B | 38 |
| Octal | 300 | 137 | 244 | 0 | 63 | 17 | 31 | 475 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10100100 | 0 | 110011 | 1111 | 11001 | 100111101 | 101011 | 111000 |
Color Harmonies of #C05FA4
Complementary color
Monochromatic Colors of #C05FA4
Black with #C05FA4
Text Example
Text Example
White with #C05FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FA4; }
p { color: rgb(192,95,164); }
H1.HeaderClassName
{
color: #C05FA4;
}
.AnyTagClassName
{
color: #C05FA4;
}
</style>
background-color css
<style>
a { background-color: #C05FA4; }
a { background-color: rgb(192,95,164); }
div.DivClassName
{
background-color: #C05FA4;
}
.BgClassName
{
background-color: #C05FA4;
}
</style>
border-color css
<style>
span { border-color: #C05FA4; }
span { border-color: rgb(192,95,164); }
td.TdClassName
{
border-color: #C05FA4;
}
.TagClassName
{
border-color: #C05FA4;
}
</style>