Shades of Mulberry #C357A0
Tints of Mulberry #C357A0
RGB
CMYK
RGB Variations
Color information
#C357A0 (or 0xC357A0) is known color: Mulberry. HEX triplet: C3, 57 and A0. RGB value is (195,87,160). Sum of RGB (Red+Green+Blue) = 195+87+160=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C357A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357A0 is #3CA85F. Grayscale: #7F7F7F. Windows color (decimal): -3975264 or 10508227. OLE color: 10508227.
HSL color Cylindrical-coordinate representation of color #C357A0: hue angle of 319.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C357A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 160 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.24 |
| HSL | 319.44º | 0.47% | 0.55% | - |
| HSV(B) | 319.44º | 0.55% | 0.76% | - |
| XYZ | 32.26 | 20.96 | 35.6 | - |
| YUV | 127.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 160 | 0 | 0.55 | 0.18 | 0.24 | 319.44 | 0.47 | 0.55 |
| Hex | C3 | 57 | A0 | 0 | 37 | 12 | 18 | 13F | 2F | 37 |
| Octal | 303 | 127 | 240 | 0 | 67 | 22 | 30 | 477 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10100000 | 0 | 110111 | 10010 | 11000 | 100111111 | 101111 | 110111 |
Color Harmonies of #C357A0
Complementary color
Monochromatic Colors of #C357A0
Black with #C357A0
Text Example
Text Example
White with #C357A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357A0; }
p { color: rgb(195,87,160); }
H1.HeaderClassName
{
color: #C357A0;
}
.AnyTagClassName
{
color: #C357A0;
}
</style>
background-color css
<style>
a { background-color: #C357A0; }
a { background-color: rgb(195,87,160); }
div.DivClassName
{
background-color: #C357A0;
}
.BgClassName
{
background-color: #C357A0;
}
</style>
border-color css
<style>
span { border-color: #C357A0; }
span { border-color: rgb(195,87,160); }
td.TdClassName
{
border-color: #C357A0;
}
.TagClassName
{
border-color: #C357A0;
}
</style>