Shades of Mulberry #C34E90
Tints of Mulberry #C34E90
RGB
CMYK
RGB Variations
Color information
#C34E90 (or 0xC34E90) is known color: Mulberry. HEX triplet: C3, 4E and 90. RGB value is (195,78,144). Sum of RGB (Red+Green+Blue) = 195+78+144=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E90 is #3CB16F. Grayscale: #787878. Windows color (decimal): -3977584 or 9457347. OLE color: 9457347.
HSL color Cylindrical-coordinate representation of color #C34E90: hue angle of 326.15º 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 #C34E90 is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 144 | - |
| CMYK | 0 | 0.6 | 0.26 | 0.24 |
| HSL | 326.15º | 0.49% | 0.54% | - |
| HSV(B) | 326.15º | 0.6% | 0.76% | - |
| XYZ | 30.26 | 19.06 | 28.47 | - |
| YUV | 120.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 144 | 0 | 0.6 | 0.26 | 0.24 | 326.15 | 0.49 | 0.54 |
| Hex | C3 | 4E | 90 | 0 | 3C | 1A | 18 | 146 | 31 | 36 |
| Octal | 303 | 116 | 220 | 0 | 74 | 32 | 30 | 506 | 61 | 66 |
| Binary | 11000011 | 1001110 | 10010000 | 0 | 111100 | 11010 | 11000 | 101000110 | 110001 | 110110 |
Color Harmonies of #C34E90
Complementary color
Monochromatic Colors of #C34E90
Black with #C34E90
Text Example
Text Example
White with #C34E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E90; }
p { color: rgb(195,78,144); }
H1.HeaderClassName
{
color: #C34E90;
}
.AnyTagClassName
{
color: #C34E90;
}
</style>
background-color css
<style>
a { background-color: #C34E90; }
a { background-color: rgb(195,78,144); }
div.DivClassName
{
background-color: #C34E90;
}
.BgClassName
{
background-color: #C34E90;
}
</style>
border-color css
<style>
span { border-color: #C34E90; }
span { border-color: rgb(195,78,144); }
td.TdClassName
{
border-color: #C34E90;
}
.TagClassName
{
border-color: #C34E90;
}
</style>