Shades of Mulberry #C0569D
Tints of Mulberry #C0569D
RGB
CMYK
RGB Variations
Color information
#C0569D (or 0xC0569D) is known color: Mulberry. HEX triplet: C0, 56 and 9D. RGB value is (192,86,157). Sum of RGB (Red+Green+Blue) = 192+86+157=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0569D is #3FA962. Grayscale: #7D7D7D. Windows color (decimal): -4172131 or 10311360. OLE color: 10311360.
HSL color Cylindrical-coordinate representation of color #C0569D: hue angle of 319.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0569D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 157 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.25 |
| HSL | 319.81º | 0.46% | 0.55% | - |
| HSV(B) | 319.81º | 0.55% | 0.75% | - |
| XYZ | 31.15 | 20.3 | 34.17 | - |
| YUV | 125.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 157 | 0 | 0.55 | 0.18 | 0.25 | 319.81 | 0.46 | 0.55 |
| Hex | C0 | 56 | 9D | 0 | 37 | 12 | 19 | 140 | 2E | 37 |
| Octal | 300 | 126 | 235 | 0 | 67 | 22 | 31 | 500 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10011101 | 0 | 110111 | 10010 | 11001 | 101000000 | 101110 | 110111 |
Color Harmonies of #C0569D
Complementary color
Monochromatic Colors of #C0569D
Black with #C0569D
Text Example
Text Example
White with #C0569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0569D; }
p { color: rgb(192,86,157); }
H1.HeaderClassName
{
color: #C0569D;
}
.AnyTagClassName
{
color: #C0569D;
}
</style>
background-color css
<style>
a { background-color: #C0569D; }
a { background-color: rgb(192,86,157); }
div.DivClassName
{
background-color: #C0569D;
}
.BgClassName
{
background-color: #C0569D;
}
</style>
border-color css
<style>
span { border-color: #C0569D; }
span { border-color: rgb(192,86,157); }
td.TdClassName
{
border-color: #C0569D;
}
.TagClassName
{
border-color: #C0569D;
}
</style>