Shades of Mulberry #C355A3
Tints of Mulberry #C355A3
RGB
CMYK
RGB Variations
Color information
#C355A3 (or 0xC355A3) is known color: Mulberry. HEX triplet: C3, 55 and A3. RGB value is (195,85,163). Sum of RGB (Red+Green+Blue) = 195+85+163=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C355A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355A3 is #3CAA5C. Grayscale: #7E7E7E. Windows color (decimal): -3975773 or 10704323. OLE color: 10704323.
HSL color Cylindrical-coordinate representation of color #C355A3: hue angle of 317.45º 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 #C355A3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 163 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.24 |
| HSL | 317.45º | 0.48% | 0.55% | - |
| HSV(B) | 317.45º | 0.56% | 0.76% | - |
| XYZ | 32.37 | 20.74 | 36.95 | - |
| YUV | 126.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 163 | 0 | 0.56 | 0.16 | 0.24 | 317.45 | 0.48 | 0.55 |
| Hex | C3 | 55 | A3 | 0 | 38 | 10 | 18 | 13D | 30 | 37 |
| Octal | 303 | 125 | 243 | 0 | 70 | 20 | 30 | 475 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10100011 | 0 | 111000 | 10000 | 11000 | 100111101 | 110000 | 110111 |
Color Harmonies of #C355A3
Complementary color
Monochromatic Colors of #C355A3
Black with #C355A3
Text Example
Text Example
White with #C355A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355A3; }
p { color: rgb(195,85,163); }
H1.HeaderClassName
{
color: #C355A3;
}
.AnyTagClassName
{
color: #C355A3;
}
</style>
background-color css
<style>
a { background-color: #C355A3; }
a { background-color: rgb(195,85,163); }
div.DivClassName
{
background-color: #C355A3;
}
.BgClassName
{
background-color: #C355A3;
}
</style>
border-color css
<style>
span { border-color: #C355A3; }
span { border-color: rgb(195,85,163); }
td.TdClassName
{
border-color: #C355A3;
}
.TagClassName
{
border-color: #C355A3;
}
</style>