Shades of Mulberry #C351A1
Tints of Mulberry #C351A1
RGB
CMYK
RGB Variations
Color information
#C351A1 (or 0xC351A1) is known color: Mulberry. HEX triplet: C3, 51 and A1. RGB value is (195,81,161). Sum of RGB (Red+Green+Blue) = 195+81+161=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A1 is #3CAE5E. Grayscale: #7C7C7C. Windows color (decimal): -3976799 or 10572227. OLE color: 10572227.
HSL color Cylindrical-coordinate representation of color #C351A1: hue angle of 317.89º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C351A1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 161 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.89º | 0.49% | 0.54% | - |
| HSV(B) | 317.89º | 0.58% | 0.76% | - |
| XYZ | 31.88 | 20.06 | 35.91 | - |
| YUV | 124.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 161 | 0 | 0.58 | 0.17 | 0.24 | 317.89 | 0.49 | 0.54 |
| Hex | C3 | 51 | A1 | 0 | 3A | 11 | 18 | 13E | 31 | 36 |
| Octal | 303 | 121 | 241 | 0 | 72 | 21 | 30 | 476 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10100001 | 0 | 111010 | 10001 | 11000 | 100111110 | 110001 | 110110 |
Color Harmonies of #C351A1
Complementary color
Monochromatic Colors of #C351A1
Black with #C351A1
Text Example
Text Example
White with #C351A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351A1; }
p { color: rgb(195,81,161); }
H1.HeaderClassName
{
color: #C351A1;
}
.AnyTagClassName
{
color: #C351A1;
}
</style>
background-color css
<style>
a { background-color: #C351A1; }
a { background-color: rgb(195,81,161); }
div.DivClassName
{
background-color: #C351A1;
}
.BgClassName
{
background-color: #C351A1;
}
</style>
border-color css
<style>
span { border-color: #C351A1; }
span { border-color: rgb(195,81,161); }
td.TdClassName
{
border-color: #C351A1;
}
.TagClassName
{
border-color: #C351A1;
}
</style>