Shades of Mulberry #C05A9F
Tints of Mulberry #C05A9F
RGB
CMYK
RGB Variations
Color information
#C05A9F (or 0xC05A9F) is known color: Mulberry. HEX triplet: C0, 5A and 9F. RGB value is (192,90,159). Sum of RGB (Red+Green+Blue) = 192+90+159=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A9F is #3FA560. Grayscale: #808080. Windows color (decimal): -4171105 or 10443456. OLE color: 10443456.
HSL color Cylindrical-coordinate representation of color #C05A9F: hue angle of 319.41º 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 #C05A9F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 159 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.25 |
| HSL | 319.41º | 0.45% | 0.55% | - |
| HSV(B) | 319.41º | 0.53% | 0.75% | - |
| XYZ | 31.65 | 21.02 | 35.19 | - |
| YUV | 128.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 159 | 0 | 0.53 | 0.17 | 0.25 | 319.41 | 0.45 | 0.55 |
| Hex | C0 | 5A | 9F | 0 | 35 | 11 | 19 | 13F | 2D | 37 |
| Octal | 300 | 132 | 237 | 0 | 65 | 21 | 31 | 477 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10011111 | 0 | 110101 | 10001 | 11001 | 100111111 | 101101 | 110111 |
Color Harmonies of #C05A9F
Complementary color
Monochromatic Colors of #C05A9F
Black with #C05A9F
Text Example
Text Example
White with #C05A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A9F; }
p { color: rgb(192,90,159); }
H1.HeaderClassName
{
color: #C05A9F;
}
.AnyTagClassName
{
color: #C05A9F;
}
</style>
background-color css
<style>
a { background-color: #C05A9F; }
a { background-color: rgb(192,90,159); }
div.DivClassName
{
background-color: #C05A9F;
}
.BgClassName
{
background-color: #C05A9F;
}
</style>
border-color css
<style>
span { border-color: #C05A9F; }
span { border-color: rgb(192,90,159); }
td.TdClassName
{
border-color: #C05A9F;
}
.TagClassName
{
border-color: #C05A9F;
}
</style>