Shades of Mulberry #C34D9E
Tints of Mulberry #C34D9E
RGB
CMYK
RGB Variations
Color information
#C34D9E (or 0xC34D9E) is known color: Mulberry. HEX triplet: C3, 4D and 9E. RGB value is (195,77,158). Sum of RGB (Red+Green+Blue) = 195+77+158=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D9E is #3CB261. Grayscale: #797979. Windows color (decimal): -3977826 or 10374595. OLE color: 10374595.
HSL color Cylindrical-coordinate representation of color #C34D9E: hue angle of 318.81º 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 #C34D9E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 158 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.24 |
| HSL | 318.81º | 0.5% | 0.53% | - |
| HSV(B) | 318.81º | 0.61% | 0.76% | - |
| XYZ | 31.33 | 19.38 | 34.44 | - |
| YUV | 121.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 158 | 0 | 0.61 | 0.19 | 0.24 | 318.81 | 0.5 | 0.53 |
| Hex | C3 | 4D | 9E | 0 | 3D | 13 | 18 | 13F | 32 | 35 |
| Octal | 303 | 115 | 236 | 0 | 75 | 23 | 30 | 477 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10011110 | 0 | 111101 | 10011 | 11000 | 100111111 | 110010 | 110101 |
Color Harmonies of #C34D9E
Complementary color
Monochromatic Colors of #C34D9E
Black with #C34D9E
Text Example
Text Example
White with #C34D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D9E; }
p { color: rgb(195,77,158); }
H1.HeaderClassName
{
color: #C34D9E;
}
.AnyTagClassName
{
color: #C34D9E;
}
</style>
background-color css
<style>
a { background-color: #C34D9E; }
a { background-color: rgb(195,77,158); }
div.DivClassName
{
background-color: #C34D9E;
}
.BgClassName
{
background-color: #C34D9E;
}
</style>
border-color css
<style>
span { border-color: #C34D9E; }
span { border-color: rgb(195,77,158); }
td.TdClassName
{
border-color: #C34D9E;
}
.TagClassName
{
border-color: #C34D9E;
}
</style>