Shades of Mulberry #C35AA1
Tints of Mulberry #C35AA1
RGB
CMYK
RGB Variations
Color information
#C35AA1 (or 0xC35AA1) is known color: Mulberry. HEX triplet: C3, 5A and A1. RGB value is (195,90,161). Sum of RGB (Red+Green+Blue) = 195+90+161=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA1 is #3CA55E. Grayscale: #818181. Windows color (decimal): -3974495 or 10574531. OLE color: 10574531.
HSL color Cylindrical-coordinate representation of color #C35AA1: hue angle of 319.43º 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 #C35AA1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 161 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.24 |
| HSL | 319.43º | 0.47% | 0.56% | - |
| HSV(B) | 319.43º | 0.54% | 0.76% | - |
| XYZ | 32.59 | 21.49 | 36.15 | - |
| YUV | 129.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 161 | 0 | 0.54 | 0.17 | 0.24 | 319.43 | 0.47 | 0.56 |
| Hex | C3 | 5A | A1 | 0 | 36 | 11 | 18 | 13F | 2F | 38 |
| Octal | 303 | 132 | 241 | 0 | 66 | 21 | 30 | 477 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10100001 | 0 | 110110 | 10001 | 11000 | 100111111 | 101111 | 111000 |
Color Harmonies of #C35AA1
Complementary color
Monochromatic Colors of #C35AA1
Black with #C35AA1
Text Example
Text Example
White with #C35AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AA1; }
p { color: rgb(195,90,161); }
H1.HeaderClassName
{
color: #C35AA1;
}
.AnyTagClassName
{
color: #C35AA1;
}
</style>
background-color css
<style>
a { background-color: #C35AA1; }
a { background-color: rgb(195,90,161); }
div.DivClassName
{
background-color: #C35AA1;
}
.BgClassName
{
background-color: #C35AA1;
}
</style>
border-color css
<style>
span { border-color: #C35AA1; }
span { border-color: rgb(195,90,161); }
td.TdClassName
{
border-color: #C35AA1;
}
.TagClassName
{
border-color: #C35AA1;
}
</style>