Shades of Mulberry #C34EA3
Tints of Mulberry #C34EA3
RGB
CMYK
RGB Variations
Color information
#C34EA3 (or 0xC34EA3) is known color: Mulberry. HEX triplet: C3, 4E and A3. RGB value is (195,78,163). Sum of RGB (Red+Green+Blue) = 195+78+163=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA3 is #3CB15C. Grayscale: #7A7A7A. Windows color (decimal): -3977565 or 10702531. OLE color: 10702531.
HSL color Cylindrical-coordinate representation of color #C34EA3: hue angle of 316.41º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EA3 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 163 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.24 |
| HSL | 316.41º | 0.49% | 0.54% | - |
| HSV(B) | 316.41º | 0.6% | 0.76% | - |
| XYZ | 31.84 | 19.7 | 36.77 | - |
| YUV | 122.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 163 | 0 | 0.6 | 0.16 | 0.24 | 316.41 | 0.49 | 0.54 |
| Hex | C3 | 4E | A3 | 0 | 3C | 10 | 18 | 13C | 31 | 36 |
| Octal | 303 | 116 | 243 | 0 | 74 | 20 | 30 | 474 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10100011 | 0 | 111100 | 10000 | 11000 | 100111100 | 110001 | 110110 |
Color Harmonies of #C34EA3
Complementary color
Monochromatic Colors of #C34EA3
Black with #C34EA3
Text Example
Text Example
White with #C34EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EA3; }
p { color: rgb(195,78,163); }
H1.HeaderClassName
{
color: #C34EA3;
}
.AnyTagClassName
{
color: #C34EA3;
}
</style>
background-color css
<style>
a { background-color: #C34EA3; }
a { background-color: rgb(195,78,163); }
div.DivClassName
{
background-color: #C34EA3;
}
.BgClassName
{
background-color: #C34EA3;
}
</style>
border-color css
<style>
span { border-color: #C34EA3; }
span { border-color: rgb(195,78,163); }
td.TdClassName
{
border-color: #C34EA3;
}
.TagClassName
{
border-color: #C34EA3;
}
</style>