Shades of Mulberry #C34981
Tints of Mulberry #C34981
RGB
CMYK
RGB Variations
Color information
#C34981 (or 0xC34981) is known color: Mulberry. HEX triplet: C3, 49 and 81. RGB value is (195,73,129). Sum of RGB (Red+Green+Blue) = 195+73+129=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34981 is #3CB67E. Grayscale: #737373. Windows color (decimal): -3978879 or 8473027. OLE color: 8473027.
HSL color Cylindrical-coordinate representation of color #C34981: hue angle of 332.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34981 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 129 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 332.46º | 0.5% | 0.53% | - |
| HSV(B) | 332.46º | 0.63% | 0.76% | - |
| XYZ | 28.85 | 17.95 | 22.71 | - |
| YUV | 115.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 129 | 0 | 0.63 | 0.34 | 0.24 | 332.46 | 0.5 | 0.53 |
| Hex | C3 | 49 | 81 | 0 | 3F | 22 | 18 | 14C | 32 | 35 |
| Octal | 303 | 111 | 201 | 0 | 77 | 42 | 30 | 514 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10000001 | 0 | 111111 | 100010 | 11000 | 101001100 | 110010 | 110101 |
Color Harmonies of #C34981
Complementary color
Monochromatic Colors of #C34981
Black with #C34981
Text Example
Text Example
White with #C34981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34981; }
p { color: rgb(195,73,129); }
H1.HeaderClassName
{
color: #C34981;
}
.AnyTagClassName
{
color: #C34981;
}
</style>
background-color css
<style>
a { background-color: #C34981; }
a { background-color: rgb(195,73,129); }
div.DivClassName
{
background-color: #C34981;
}
.BgClassName
{
background-color: #C34981;
}
</style>
border-color css
<style>
span { border-color: #C34981; }
span { border-color: rgb(195,73,129); }
td.TdClassName
{
border-color: #C34981;
}
.TagClassName
{
border-color: #C34981;
}
</style>