Shades of Mulberry #C34680
Tints of Mulberry #C34680
RGB
CMYK
RGB Variations
Color information
#C34680 (or 0xC34680) is known color: Mulberry. HEX triplet: C3, 46 and 80. RGB value is (195,70,128). Sum of RGB (Red+Green+Blue) = 195+70+128=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34680 is #3CB97F. Grayscale: #717171. Windows color (decimal): -3979648 or 8406723. OLE color: 8406723.
HSL color Cylindrical-coordinate representation of color #C34680: hue angle of 332.16º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34680 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 128 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.24 |
| HSL | 332.16º | 0.51% | 0.52% | - |
| HSV(B) | 332.16º | 0.64% | 0.76% | - |
| XYZ | 28.59 | 17.54 | 22.3 | - |
| YUV | 113.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 128 | 0 | 0.64 | 0.34 | 0.24 | 332.16 | 0.51 | 0.52 |
| Hex | C3 | 46 | 80 | 0 | 40 | 22 | 18 | 14C | 33 | 34 |
| Octal | 303 | 106 | 200 | 0 | 100 | 42 | 30 | 514 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10000000 | 0 | 1000000 | 100010 | 11000 | 101001100 | 110011 | 110100 |
Color Harmonies of #C34680
Complementary color
Monochromatic Colors of #C34680
Black with #C34680
Text Example
Text Example
White with #C34680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34680; }
p { color: rgb(195,70,128); }
H1.HeaderClassName
{
color: #C34680;
}
.AnyTagClassName
{
color: #C34680;
}
</style>
background-color css
<style>
a { background-color: #C34680; }
a { background-color: rgb(195,70,128); }
div.DivClassName
{
background-color: #C34680;
}
.BgClassName
{
background-color: #C34680;
}
</style>
border-color css
<style>
span { border-color: #C34680; }
span { border-color: rgb(195,70,128); }
td.TdClassName
{
border-color: #C34680;
}
.TagClassName
{
border-color: #C34680;
}
</style>