Shades of Mulberry #C05FA2
Tints of Mulberry #C05FA2
RGB
CMYK
RGB Variations
Color information
#C05FA2 (or 0xC05FA2) is known color: Mulberry. HEX triplet: C0, 5F and A2. RGB value is (192,95,162). Sum of RGB (Red+Green+Blue) = 192+95+162=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA2 is #3FA05D. Grayscale: #838383. Windows color (decimal): -4169822 or 10641344. OLE color: 10641344.
HSL color Cylindrical-coordinate representation of color #C05FA2: hue angle of 318.56º 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 #C05FA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 162 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.25 |
| HSL | 318.56º | 0.43% | 0.56% | - |
| HSV(B) | 318.56º | 0.51% | 0.75% | - |
| XYZ | 32.35 | 22 | 36.72 | - |
| YUV | 131.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 162 | 0 | 0.51 | 0.16 | 0.25 | 318.56 | 0.43 | 0.56 |
| Hex | C0 | 5F | A2 | 0 | 33 | 10 | 19 | 13F | 2B | 38 |
| Octal | 300 | 137 | 242 | 0 | 63 | 20 | 31 | 477 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10100010 | 0 | 110011 | 10000 | 11001 | 100111111 | 101011 | 111000 |
Color Harmonies of #C05FA2
Complementary color
Monochromatic Colors of #C05FA2
Black with #C05FA2
Text Example
Text Example
White with #C05FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FA2; }
p { color: rgb(192,95,162); }
H1.HeaderClassName
{
color: #C05FA2;
}
.AnyTagClassName
{
color: #C05FA2;
}
</style>
background-color css
<style>
a { background-color: #C05FA2; }
a { background-color: rgb(192,95,162); }
div.DivClassName
{
background-color: #C05FA2;
}
.BgClassName
{
background-color: #C05FA2;
}
</style>
border-color css
<style>
span { border-color: #C05FA2; }
span { border-color: rgb(192,95,162); }
td.TdClassName
{
border-color: #C05FA2;
}
.TagClassName
{
border-color: #C05FA2;
}
</style>