Shades of Mulberry #C3569D
Tints of Mulberry #C3569D
RGB
CMYK
RGB Variations
Color information
#C3569D (or 0xC3569D) is known color: Mulberry. HEX triplet: C3, 56 and 9D. RGB value is (195,86,157). Sum of RGB (Red+Green+Blue) = 195+86+157=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3569D is #3CA962. Grayscale: #7E7E7E. Windows color (decimal): -3975523 or 10311363. OLE color: 10311363.
HSL color Cylindrical-coordinate representation of color #C3569D: hue angle of 320.92º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3569D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 157 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.24 |
| HSL | 320.92º | 0.48% | 0.55% | - |
| HSV(B) | 320.92º | 0.56% | 0.76% | - |
| XYZ | 31.92 | 20.69 | 34.21 | - |
| YUV | 126.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 157 | 0 | 0.56 | 0.19 | 0.24 | 320.92 | 0.48 | 0.55 |
| Hex | C3 | 56 | 9D | 0 | 38 | 13 | 18 | 141 | 30 | 37 |
| Octal | 303 | 126 | 235 | 0 | 70 | 23 | 30 | 501 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10011101 | 0 | 111000 | 10011 | 11000 | 101000001 | 110000 | 110111 |
Color Harmonies of #C3569D
Complementary color
Monochromatic Colors of #C3569D
Black with #C3569D
Text Example
Text Example
White with #C3569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3569D; }
p { color: rgb(195,86,157); }
H1.HeaderClassName
{
color: #C3569D;
}
.AnyTagClassName
{
color: #C3569D;
}
</style>
background-color css
<style>
a { background-color: #C3569D; }
a { background-color: rgb(195,86,157); }
div.DivClassName
{
background-color: #C3569D;
}
.BgClassName
{
background-color: #C3569D;
}
</style>
border-color css
<style>
span { border-color: #C3569D; }
span { border-color: rgb(195,86,157); }
td.TdClassName
{
border-color: #C3569D;
}
.TagClassName
{
border-color: #C3569D;
}
</style>