Shades of Mulberry #C34980
Tints of Mulberry #C34980
RGB
CMYK
RGB Variations
Color information
#C34980 (or 0xC34980) is known color: Mulberry. HEX triplet: C3, 49 and 80. RGB value is (195,73,128). Sum of RGB (Red+Green+Blue) = 195+73+128=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34980 is #3CB67F. Grayscale: #737373. Windows color (decimal): -3978880 or 8407491. OLE color: 8407491.
HSL color Cylindrical-coordinate representation of color #C34980: hue angle of 332.95º 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 #C34980 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 128 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.24 |
| HSL | 332.95º | 0.5% | 0.53% | - |
| HSV(B) | 332.95º | 0.63% | 0.76% | - |
| XYZ | 28.78 | 17.93 | 22.36 | - |
| YUV | 115.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 128 | 0 | 0.63 | 0.34 | 0.24 | 332.95 | 0.5 | 0.53 |
| Hex | C3 | 49 | 80 | 0 | 3F | 22 | 18 | 14D | 32 | 35 |
| Octal | 303 | 111 | 200 | 0 | 77 | 42 | 30 | 515 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10000000 | 0 | 111111 | 100010 | 11000 | 101001101 | 110010 | 110101 |
Color Harmonies of #C34980
Complementary color
Monochromatic Colors of #C34980
Black with #C34980
Text Example
Text Example
White with #C34980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34980; }
p { color: rgb(195,73,128); }
H1.HeaderClassName
{
color: #C34980;
}
.AnyTagClassName
{
color: #C34980;
}
</style>
background-color css
<style>
a { background-color: #C34980; }
a { background-color: rgb(195,73,128); }
div.DivClassName
{
background-color: #C34980;
}
.BgClassName
{
background-color: #C34980;
}
</style>
border-color css
<style>
span { border-color: #C34980; }
span { border-color: rgb(195,73,128); }
td.TdClassName
{
border-color: #C34980;
}
.TagClassName
{
border-color: #C34980;
}
</style>