Shades of Mulberry #C34D81
Tints of Mulberry #C34D81
RGB
CMYK
RGB Variations
Color information
#C34D81 (or 0xC34D81) is known color: Mulberry. HEX triplet: C3, 4D and 81. RGB value is (195,77,129). Sum of RGB (Red+Green+Blue) = 195+77+129=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D81 is #3CB27E. Grayscale: #767676. Windows color (decimal): -3977855 or 8474051. OLE color: 8474051.
HSL color Cylindrical-coordinate representation of color #C34D81: hue angle of 333.56º 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 #C34D81 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 129 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.24 |
| HSL | 333.56º | 0.5% | 0.53% | - |
| HSV(B) | 333.56º | 0.61% | 0.76% | - |
| XYZ | 29.12 | 18.49 | 22.8 | - |
| YUV | 118.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 129 | 0 | 0.61 | 0.34 | 0.24 | 333.56 | 0.5 | 0.53 |
| Hex | C3 | 4D | 81 | 0 | 3D | 22 | 18 | 14E | 32 | 35 |
| Octal | 303 | 115 | 201 | 0 | 75 | 42 | 30 | 516 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10000001 | 0 | 111101 | 100010 | 11000 | 101001110 | 110010 | 110101 |
Color Harmonies of #C34D81
Complementary color
Monochromatic Colors of #C34D81
Black with #C34D81
Text Example
Text Example
White with #C34D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D81; }
p { color: rgb(195,77,129); }
H1.HeaderClassName
{
color: #C34D81;
}
.AnyTagClassName
{
color: #C34D81;
}
</style>
background-color css
<style>
a { background-color: #C34D81; }
a { background-color: rgb(195,77,129); }
div.DivClassName
{
background-color: #C34D81;
}
.BgClassName
{
background-color: #C34D81;
}
</style>
border-color css
<style>
span { border-color: #C34D81; }
span { border-color: rgb(195,77,129); }
td.TdClassName
{
border-color: #C34D81;
}
.TagClassName
{
border-color: #C34D81;
}
</style>