Shades of Mulberry #C357A3
Tints of Mulberry #C357A3
RGB
CMYK
RGB Variations
Color information
#C357A3 (or 0xC357A3) is known color: Mulberry. HEX triplet: C3, 57 and A3. RGB value is (195,87,163). Sum of RGB (Red+Green+Blue) = 195+87+163=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C357A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357A3 is #3CA85C. Grayscale: #7F7F7F. Windows color (decimal): -3975261 or 10704835. OLE color: 10704835.
HSL color Cylindrical-coordinate representation of color #C357A3: hue angle of 317.78º 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 #C357A3 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 163 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.24 |
| HSL | 317.78º | 0.47% | 0.55% | - |
| HSV(B) | 317.78º | 0.55% | 0.76% | - |
| XYZ | 32.52 | 21.06 | 37 | - |
| YUV | 127.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 163 | 0 | 0.55 | 0.16 | 0.24 | 317.78 | 0.47 | 0.55 |
| Hex | C3 | 57 | A3 | 0 | 37 | 10 | 18 | 13E | 2F | 37 |
| Octal | 303 | 127 | 243 | 0 | 67 | 20 | 30 | 476 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10100011 | 0 | 110111 | 10000 | 11000 | 100111110 | 101111 | 110111 |
Color Harmonies of #C357A3
Complementary color
Monochromatic Colors of #C357A3
Black with #C357A3
Text Example
Text Example
White with #C357A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357A3; }
p { color: rgb(195,87,163); }
H1.HeaderClassName
{
color: #C357A3;
}
.AnyTagClassName
{
color: #C357A3;
}
</style>
background-color css
<style>
a { background-color: #C357A3; }
a { background-color: rgb(195,87,163); }
div.DivClassName
{
background-color: #C357A3;
}
.BgClassName
{
background-color: #C357A3;
}
</style>
border-color css
<style>
span { border-color: #C357A3; }
span { border-color: rgb(195,87,163); }
td.TdClassName
{
border-color: #C357A3;
}
.TagClassName
{
border-color: #C357A3;
}
</style>