Shades of Mulberry #C34D9A
Tints of Mulberry #C34D9A
RGB
CMYK
RGB Variations
Color information
#C34D9A (or 0xC34D9A) is known color: Mulberry. HEX triplet: C3, 4D and 9A. RGB value is (195,77,154). Sum of RGB (Red+Green+Blue) = 195+77+154=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D9A is #3CB265. Grayscale: #787878. Windows color (decimal): -3977830 or 10112451. OLE color: 10112451.
HSL color Cylindrical-coordinate representation of color #C34D9A: hue angle of 320.85º 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 #C34D9A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 154 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.24 |
| HSL | 320.85º | 0.5% | 0.53% | - |
| HSV(B) | 320.85º | 0.61% | 0.76% | - |
| XYZ | 30.99 | 19.24 | 32.65 | - |
| YUV | 121.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 154 | 0 | 0.61 | 0.21 | 0.24 | 320.85 | 0.5 | 0.53 |
| Hex | C3 | 4D | 9A | 0 | 3D | 15 | 18 | 141 | 32 | 35 |
| Octal | 303 | 115 | 232 | 0 | 75 | 25 | 30 | 501 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10011010 | 0 | 111101 | 10101 | 11000 | 101000001 | 110010 | 110101 |
Color Harmonies of #C34D9A
Complementary color
Monochromatic Colors of #C34D9A
Black with #C34D9A
Text Example
Text Example
White with #C34D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D9A; }
p { color: rgb(195,77,154); }
H1.HeaderClassName
{
color: #C34D9A;
}
.AnyTagClassName
{
color: #C34D9A;
}
</style>
background-color css
<style>
a { background-color: #C34D9A; }
a { background-color: rgb(195,77,154); }
div.DivClassName
{
background-color: #C34D9A;
}
.BgClassName
{
background-color: #C34D9A;
}
</style>
border-color css
<style>
span { border-color: #C34D9A; }
span { border-color: rgb(195,77,154); }
td.TdClassName
{
border-color: #C34D9A;
}
.TagClassName
{
border-color: #C34D9A;
}
</style>