Shades of Mulberry #C05A9D
Tints of Mulberry #C05A9D
RGB
CMYK
RGB Variations
Color information
#C05A9D (or 0xC05A9D) is known color: Mulberry. HEX triplet: C0, 5A and 9D. RGB value is (192,90,157). Sum of RGB (Red+Green+Blue) = 192+90+157=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A9D is #3FA562. Grayscale: #7F7F7F. Windows color (decimal): -4171107 or 10312384. OLE color: 10312384.
HSL color Cylindrical-coordinate representation of color #C05A9D: hue angle of 320.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A9D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 157 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.25 |
| HSL | 320.59º | 0.45% | 0.55% | - |
| HSV(B) | 320.59º | 0.53% | 0.75% | - |
| XYZ | 31.48 | 20.95 | 34.28 | - |
| YUV | 128.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 157 | 0 | 0.53 | 0.18 | 0.25 | 320.59 | 0.45 | 0.55 |
| Hex | C0 | 5A | 9D | 0 | 35 | 12 | 19 | 141 | 2D | 37 |
| Octal | 300 | 132 | 235 | 0 | 65 | 22 | 31 | 501 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10011101 | 0 | 110101 | 10010 | 11001 | 101000001 | 101101 | 110111 |
Color Harmonies of #C05A9D
Complementary color
Monochromatic Colors of #C05A9D
Black with #C05A9D
Text Example
Text Example
White with #C05A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A9D; }
p { color: rgb(192,90,157); }
H1.HeaderClassName
{
color: #C05A9D;
}
.AnyTagClassName
{
color: #C05A9D;
}
</style>
background-color css
<style>
a { background-color: #C05A9D; }
a { background-color: rgb(192,90,157); }
div.DivClassName
{
background-color: #C05A9D;
}
.BgClassName
{
background-color: #C05A9D;
}
</style>
border-color css
<style>
span { border-color: #C05A9D; }
span { border-color: rgb(192,90,157); }
td.TdClassName
{
border-color: #C05A9D;
}
.TagClassName
{
border-color: #C05A9D;
}
</style>