Shades of Mulberry #C35A8D
Tints of Mulberry #C35A8D
RGB
CMYK
RGB Variations
Color information
#C35A8D (or 0xC35A8D) is known color: Mulberry. HEX triplet: C3, 5A and 8D. RGB value is (195,90,141). Sum of RGB (Red+Green+Blue) = 195+90+141=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35A8D is #3CA572. Grayscale: #7F7F7F. Windows color (decimal): -3974515 or 9263811. OLE color: 9263811.
HSL color Cylindrical-coordinate representation of color #C35A8D: hue angle of 330.86º 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 #C35A8D is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 141 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.24 |
| HSL | 330.86º | 0.47% | 0.56% | - |
| HSV(B) | 330.86º | 0.54% | 0.76% | - |
| XYZ | 30.97 | 20.84 | 27.59 | - |
| YUV | 127.21 | 135.79 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 141 | 0 | 0.54 | 0.28 | 0.24 | 330.86 | 0.47 | 0.56 |
| Hex | C3 | 5A | 8D | 0 | 36 | 1C | 18 | 14B | 2F | 38 |
| Octal | 303 | 132 | 215 | 0 | 66 | 34 | 30 | 513 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10001101 | 0 | 110110 | 11100 | 11000 | 101001011 | 101111 | 111000 |
Color Harmonies of #C35A8D
Complementary color
Monochromatic Colors of #C35A8D
Black with #C35A8D
Text Example
Text Example
White with #C35A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A8D; }
p { color: rgb(195,90,141); }
H1.HeaderClassName
{
color: #C35A8D;
}
.AnyTagClassName
{
color: #C35A8D;
}
</style>
background-color css
<style>
a { background-color: #C35A8D; }
a { background-color: rgb(195,90,141); }
div.DivClassName
{
background-color: #C35A8D;
}
.BgClassName
{
background-color: #C35A8D;
}
</style>
border-color css
<style>
span { border-color: #C35A8D; }
span { border-color: rgb(195,90,141); }
td.TdClassName
{
border-color: #C35A8D;
}
.TagClassName
{
border-color: #C35A8D;
}
</style>