Shades of Mulberry #C35AA0
Tints of Mulberry #C35AA0
RGB
CMYK
RGB Variations
Color information
#C35AA0 (or 0xC35AA0) is known color: Mulberry. HEX triplet: C3, 5A and A0. RGB value is (195,90,160). Sum of RGB (Red+Green+Blue) = 195+90+160=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA0 is #3CA55F. Grayscale: #818181. Windows color (decimal): -3974496 or 10508995. OLE color: 10508995.
HSL color Cylindrical-coordinate representation of color #C35AA0: hue angle of 320º 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 #C35AA0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 160 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.24 |
| HSL | 320º | 0.47% | 0.56% | - |
| HSV(B) | 320º | 0.54% | 0.76% | - |
| XYZ | 32.51 | 21.45 | 35.69 | - |
| YUV | 129.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 160 | 0 | 0.54 | 0.18 | 0.24 | 320 | 0.47 | 0.56 |
| Hex | C3 | 5A | A0 | 0 | 36 | 12 | 18 | 140 | 2F | 38 |
| Octal | 303 | 132 | 240 | 0 | 66 | 22 | 30 | 500 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10100000 | 0 | 110110 | 10010 | 11000 | 101000000 | 101111 | 111000 |
Color Harmonies of #C35AA0
Complementary color
Monochromatic Colors of #C35AA0
Black with #C35AA0
Text Example
Text Example
White with #C35AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AA0; }
p { color: rgb(195,90,160); }
H1.HeaderClassName
{
color: #C35AA0;
}
.AnyTagClassName
{
color: #C35AA0;
}
</style>
background-color css
<style>
a { background-color: #C35AA0; }
a { background-color: rgb(195,90,160); }
div.DivClassName
{
background-color: #C35AA0;
}
.BgClassName
{
background-color: #C35AA0;
}
</style>
border-color css
<style>
span { border-color: #C35AA0; }
span { border-color: rgb(195,90,160); }
td.TdClassName
{
border-color: #C35AA0;
}
.TagClassName
{
border-color: #C35AA0;
}
</style>