Shades of Mulberry #C359A1
Tints of Mulberry #C359A1
RGB
CMYK
RGB Variations
Color information
#C359A1 (or 0xC359A1) is known color: Mulberry. HEX triplet: C3, 59 and A1. RGB value is (195,89,161). Sum of RGB (Red+Green+Blue) = 195+89+161=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C359A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359A1 is #3CA65E. Grayscale: #808080. Windows color (decimal): -3974751 or 10574275. OLE color: 10574275.
HSL color Cylindrical-coordinate representation of color #C359A1: hue angle of 319.25º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359A1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 161 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.24 |
| HSL | 319.25º | 0.47% | 0.56% | - |
| HSV(B) | 319.25º | 0.54% | 0.76% | - |
| XYZ | 32.51 | 21.32 | 36.12 | - |
| YUV | 128.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 161 | 0 | 0.54 | 0.17 | 0.24 | 319.25 | 0.47 | 0.56 |
| Hex | C3 | 59 | A1 | 0 | 36 | 11 | 18 | 13F | 2F | 38 |
| Octal | 303 | 131 | 241 | 0 | 66 | 21 | 30 | 477 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10100001 | 0 | 110110 | 10001 | 11000 | 100111111 | 101111 | 111000 |
Color Harmonies of #C359A1
Complementary color
Monochromatic Colors of #C359A1
Black with #C359A1
Text Example
Text Example
White with #C359A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359A1; }
p { color: rgb(195,89,161); }
H1.HeaderClassName
{
color: #C359A1;
}
.AnyTagClassName
{
color: #C359A1;
}
</style>
background-color css
<style>
a { background-color: #C359A1; }
a { background-color: rgb(195,89,161); }
div.DivClassName
{
background-color: #C359A1;
}
.BgClassName
{
background-color: #C359A1;
}
</style>
border-color css
<style>
span { border-color: #C359A1; }
span { border-color: rgb(195,89,161); }
td.TdClassName
{
border-color: #C359A1;
}
.TagClassName
{
border-color: #C359A1;
}
</style>