Shades of Mulberry #C355A1
Tints of Mulberry #C355A1
RGB
CMYK
RGB Variations
Color information
#C355A1 (or 0xC355A1) is known color: Mulberry. HEX triplet: C3, 55 and A1. RGB value is (195,85,161). Sum of RGB (Red+Green+Blue) = 195+85+161=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C355A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355A1 is #3CAA5E. Grayscale: #7E7E7E. Windows color (decimal): -3975775 or 10573251. OLE color: 10573251.
HSL color Cylindrical-coordinate representation of color #C355A1: hue angle of 318.55º 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 #C355A1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 161 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.24 |
| HSL | 318.55º | 0.48% | 0.55% | - |
| HSV(B) | 318.55º | 0.56% | 0.76% | - |
| XYZ | 32.19 | 20.67 | 36.01 | - |
| YUV | 126.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 161 | 0 | 0.56 | 0.17 | 0.24 | 318.55 | 0.48 | 0.55 |
| Hex | C3 | 55 | A1 | 0 | 38 | 11 | 18 | 13F | 30 | 37 |
| Octal | 303 | 125 | 241 | 0 | 70 | 21 | 30 | 477 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10100001 | 0 | 111000 | 10001 | 11000 | 100111111 | 110000 | 110111 |
Color Harmonies of #C355A1
Complementary color
Monochromatic Colors of #C355A1
Black with #C355A1
Text Example
Text Example
White with #C355A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355A1; }
p { color: rgb(195,85,161); }
H1.HeaderClassName
{
color: #C355A1;
}
.AnyTagClassName
{
color: #C355A1;
}
</style>
background-color css
<style>
a { background-color: #C355A1; }
a { background-color: rgb(195,85,161); }
div.DivClassName
{
background-color: #C355A1;
}
.BgClassName
{
background-color: #C355A1;
}
</style>
border-color css
<style>
span { border-color: #C355A1; }
span { border-color: rgb(195,85,161); }
td.TdClassName
{
border-color: #C355A1;
}
.TagClassName
{
border-color: #C355A1;
}
</style>