Shades of Mulberry #C357A1
Tints of Mulberry #C357A1
RGB
CMYK
RGB Variations
Color information
#C357A1 (or 0xC357A1) is known color: Mulberry. HEX triplet: C3, 57 and A1. RGB value is (195,87,161). Sum of RGB (Red+Green+Blue) = 195+87+161=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C357A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357A1 is #3CA85E. Grayscale: #7F7F7F. Windows color (decimal): -3975263 or 10573763. OLE color: 10573763.
HSL color Cylindrical-coordinate representation of color #C357A1: hue angle of 318.89º 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 #C357A1 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 161 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.24 |
| HSL | 318.89º | 0.47% | 0.55% | - |
| HSV(B) | 318.89º | 0.55% | 0.76% | - |
| XYZ | 32.35 | 20.99 | 36.07 | - |
| YUV | 127.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 161 | 0 | 0.55 | 0.17 | 0.24 | 318.89 | 0.47 | 0.55 |
| Hex | C3 | 57 | A1 | 0 | 37 | 11 | 18 | 13F | 2F | 37 |
| Octal | 303 | 127 | 241 | 0 | 67 | 21 | 30 | 477 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10100001 | 0 | 110111 | 10001 | 11000 | 100111111 | 101111 | 110111 |
Color Harmonies of #C357A1
Complementary color
Monochromatic Colors of #C357A1
Black with #C357A1
Text Example
Text Example
White with #C357A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357A1; }
p { color: rgb(195,87,161); }
H1.HeaderClassName
{
color: #C357A1;
}
.AnyTagClassName
{
color: #C357A1;
}
</style>
background-color css
<style>
a { background-color: #C357A1; }
a { background-color: rgb(195,87,161); }
div.DivClassName
{
background-color: #C357A1;
}
.BgClassName
{
background-color: #C357A1;
}
</style>
border-color css
<style>
span { border-color: #C357A1; }
span { border-color: rgb(195,87,161); }
td.TdClassName
{
border-color: #C357A1;
}
.TagClassName
{
border-color: #C357A1;
}
</style>