Shades of Mulberry #C35A8A
Tints of Mulberry #C35A8A
RGB
CMYK
RGB Variations
Color information
#C35A8A (or 0xC35A8A) is known color: Mulberry. HEX triplet: C3, 5A and 8A. RGB value is (195,90,138). Sum of RGB (Red+Green+Blue) = 195+90+138=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35A8A is #3CA575. Grayscale: #7E7E7E. Windows color (decimal): -3974518 or 9067203. OLE color: 9067203.
HSL color Cylindrical-coordinate representation of color #C35A8A: hue angle of 332.57º 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 #C35A8A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 138 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.24 |
| HSL | 332.57º | 0.47% | 0.56% | - |
| HSV(B) | 332.57º | 0.54% | 0.76% | - |
| XYZ | 30.75 | 20.75 | 26.43 | - |
| YUV | 126.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 138 | 0 | 0.54 | 0.29 | 0.24 | 332.57 | 0.47 | 0.56 |
| Hex | C3 | 5A | 8A | 0 | 36 | 1D | 18 | 14D | 2F | 38 |
| Octal | 303 | 132 | 212 | 0 | 66 | 35 | 30 | 515 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10001010 | 0 | 110110 | 11101 | 11000 | 101001101 | 101111 | 111000 |
Color Harmonies of #C35A8A
Complementary color
Monochromatic Colors of #C35A8A
Black with #C35A8A
Text Example
Text Example
White with #C35A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A8A; }
p { color: rgb(195,90,138); }
H1.HeaderClassName
{
color: #C35A8A;
}
.AnyTagClassName
{
color: #C35A8A;
}
</style>
background-color css
<style>
a { background-color: #C35A8A; }
a { background-color: rgb(195,90,138); }
div.DivClassName
{
background-color: #C35A8A;
}
.BgClassName
{
background-color: #C35A8A;
}
</style>
border-color css
<style>
span { border-color: #C35A8A; }
span { border-color: rgb(195,90,138); }
td.TdClassName
{
border-color: #C35A8A;
}
.TagClassName
{
border-color: #C35A8A;
}
</style>