Shades of Mulberry #C34CA1
Tints of Mulberry #C34CA1
RGB
CMYK
RGB Variations
Color information
#C34CA1 (or 0xC34CA1) is known color: Mulberry. HEX triplet: C3, 4C and A1. RGB value is (195,76,161). Sum of RGB (Red+Green+Blue) = 195+76+161=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CA1 is #3CB35E. Grayscale: #797979. Windows color (decimal): -3978079 or 10570947. OLE color: 10570947.
HSL color Cylindrical-coordinate representation of color #C34CA1: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CA1 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 161 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.24 |
| HSL | 317.14º | 0.5% | 0.53% | - |
| HSV(B) | 317.14º | 0.61% | 0.76% | - |
| XYZ | 31.52 | 19.34 | 35.79 | - |
| YUV | 121.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 161 | 0 | 0.61 | 0.17 | 0.24 | 317.14 | 0.5 | 0.53 |
| Hex | C3 | 4C | A1 | 0 | 3D | 11 | 18 | 13D | 32 | 35 |
| Octal | 303 | 114 | 241 | 0 | 75 | 21 | 30 | 475 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10100001 | 0 | 111101 | 10001 | 11000 | 100111101 | 110010 | 110101 |
Color Harmonies of #C34CA1
Complementary color
Monochromatic Colors of #C34CA1
Black with #C34CA1
Text Example
Text Example
White with #C34CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CA1; }
p { color: rgb(195,76,161); }
H1.HeaderClassName
{
color: #C34CA1;
}
.AnyTagClassName
{
color: #C34CA1;
}
</style>
background-color css
<style>
a { background-color: #C34CA1; }
a { background-color: rgb(195,76,161); }
div.DivClassName
{
background-color: #C34CA1;
}
.BgClassName
{
background-color: #C34CA1;
}
</style>
border-color css
<style>
span { border-color: #C34CA1; }
span { border-color: rgb(195,76,161); }
td.TdClassName
{
border-color: #C34CA1;
}
.TagClassName
{
border-color: #C34CA1;
}
</style>