Shades of Mulberry #C3559E
Tints of Mulberry #C3559E
RGB
CMYK
RGB Variations
Color information
#C3559E (or 0xC3559E) is known color: Mulberry. HEX triplet: C3, 55 and 9E. RGB value is (195,85,158). Sum of RGB (Red+Green+Blue) = 195+85+158=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559E is #3CAA61. Grayscale: #7E7E7E. Windows color (decimal): -3975778 or 10376643. OLE color: 10376643.
HSL color Cylindrical-coordinate representation of color #C3559E: hue angle of 320.18º 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 #C3559E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 158 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.24 |
| HSL | 320.18º | 0.48% | 0.55% | - |
| HSV(B) | 320.18º | 0.56% | 0.76% | - |
| XYZ | 31.93 | 20.57 | 34.64 | - |
| YUV | 126.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 158 | 0 | 0.56 | 0.19 | 0.24 | 320.18 | 0.48 | 0.55 |
| Hex | C3 | 55 | 9E | 0 | 38 | 13 | 18 | 140 | 30 | 37 |
| Octal | 303 | 125 | 236 | 0 | 70 | 23 | 30 | 500 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10011110 | 0 | 111000 | 10011 | 11000 | 101000000 | 110000 | 110111 |
Color Harmonies of #C3559E
Complementary color
Monochromatic Colors of #C3559E
Black with #C3559E
Text Example
Text Example
White with #C3559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3559E; }
p { color: rgb(195,85,158); }
H1.HeaderClassName
{
color: #C3559E;
}
.AnyTagClassName
{
color: #C3559E;
}
</style>
background-color css
<style>
a { background-color: #C3559E; }
a { background-color: rgb(195,85,158); }
div.DivClassName
{
background-color: #C3559E;
}
.BgClassName
{
background-color: #C3559E;
}
</style>
border-color css
<style>
span { border-color: #C3559E; }
span { border-color: rgb(195,85,158); }
td.TdClassName
{
border-color: #C3559E;
}
.TagClassName
{
border-color: #C3559E;
}
</style>