Shades of Mulberry #C35BA0
Tints of Mulberry #C35BA0
RGB
CMYK
RGB Variations
Color information
#C35BA0 (or 0xC35BA0) is known color: Mulberry. HEX triplet: C3, 5B and A0. RGB value is (195,91,160). Sum of RGB (Red+Green+Blue) = 195+91+160=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35BA0 is #3CA45F. Grayscale: #818181. Windows color (decimal): -3974240 or 10509251. OLE color: 10509251.
HSL color Cylindrical-coordinate representation of color #C35BA0: hue angle of 320.19º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35BA0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 160 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.24 |
| HSL | 320.19º | 0.46% | 0.56% | - |
| HSV(B) | 320.19º | 0.53% | 0.76% | - |
| XYZ | 32.59 | 21.62 | 35.71 | - |
| YUV | 129.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 160 | 0 | 0.53 | 0.18 | 0.24 | 320.19 | 0.46 | 0.56 |
| Hex | C3 | 5B | A0 | 0 | 35 | 12 | 18 | 140 | 2E | 38 |
| Octal | 303 | 133 | 240 | 0 | 65 | 22 | 30 | 500 | 56 | 70 |
| Binary | 11000011 | 1011011 | 10100000 | 0 | 110101 | 10010 | 11000 | 101000000 | 101110 | 111000 |
Color Harmonies of #C35BA0
Complementary color
Monochromatic Colors of #C35BA0
Black with #C35BA0
Text Example
Text Example
White with #C35BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35BA0; }
p { color: rgb(195,91,160); }
H1.HeaderClassName
{
color: #C35BA0;
}
.AnyTagClassName
{
color: #C35BA0;
}
</style>
background-color css
<style>
a { background-color: #C35BA0; }
a { background-color: rgb(195,91,160); }
div.DivClassName
{
background-color: #C35BA0;
}
.BgClassName
{
background-color: #C35BA0;
}
</style>
border-color css
<style>
span { border-color: #C35BA0; }
span { border-color: rgb(195,91,160); }
td.TdClassName
{
border-color: #C35BA0;
}
.TagClassName
{
border-color: #C35BA0;
}
</style>