Shades of Mulberry #C05A8D
Tints of Mulberry #C05A8D
RGB
CMYK
RGB Variations
Color information
#C05A8D (or 0xC05A8D) is known color: Mulberry. HEX triplet: C0, 5A and 8D. RGB value is (192,90,141). Sum of RGB (Red+Green+Blue) = 192+90+141=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A8D is #3FA572. Grayscale: #7E7E7E. Windows color (decimal): -4171123 or 9263808. OLE color: 9263808.
HSL color Cylindrical-coordinate representation of color #C05A8D: hue angle of 330º 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 #C05A8D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 141 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.25 |
| HSL | 330º | 0.45% | 0.55% | - |
| HSV(B) | 330º | 0.53% | 0.75% | - |
| XYZ | 30.2 | 20.44 | 27.55 | - |
| YUV | 126.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 141 | 0 | 0.53 | 0.27 | 0.25 | 330 | 0.45 | 0.55 |
| Hex | C0 | 5A | 8D | 0 | 35 | 1B | 19 | 14A | 2D | 37 |
| Octal | 300 | 132 | 215 | 0 | 65 | 33 | 31 | 512 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10001101 | 0 | 110101 | 11011 | 11001 | 101001010 | 101101 | 110111 |
Color Harmonies of #C05A8D
Complementary color
Monochromatic Colors of #C05A8D
Black with #C05A8D
Text Example
Text Example
White with #C05A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A8D; }
p { color: rgb(192,90,141); }
H1.HeaderClassName
{
color: #C05A8D;
}
.AnyTagClassName
{
color: #C05A8D;
}
</style>
background-color css
<style>
a { background-color: #C05A8D; }
a { background-color: rgb(192,90,141); }
div.DivClassName
{
background-color: #C05A8D;
}
.BgClassName
{
background-color: #C05A8D;
}
</style>
border-color css
<style>
span { border-color: #C05A8D; }
span { border-color: rgb(192,90,141); }
td.TdClassName
{
border-color: #C05A8D;
}
.TagClassName
{
border-color: #C05A8D;
}
</style>