Shades of Mulberry #C34390
Tints of Mulberry #C34390
RGB
CMYK
RGB Variations
Color information
#C34390 (or 0xC34390) is known color: Mulberry. HEX triplet: C3, 43 and 90. RGB value is (195,67,144). Sum of RGB (Red+Green+Blue) = 195+67+144=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C34390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34390 is #3CBC6F. Grayscale: #717171. Windows color (decimal): -3980400 or 9454531. OLE color: 9454531.
HSL color Cylindrical-coordinate representation of color #C34390: hue angle of 323.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34390 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 144 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.24 |
| HSL | 323.91º | 0.52% | 0.51% | - |
| HSV(B) | 323.91º | 0.66% | 0.76% | - |
| XYZ | 29.55 | 17.63 | 28.23 | - |
| YUV | 114.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 144 | 0 | 0.66 | 0.26 | 0.24 | 323.91 | 0.52 | 0.51 |
| Hex | C3 | 43 | 90 | 0 | 42 | 1A | 18 | 144 | 34 | 33 |
| Octal | 303 | 103 | 220 | 0 | 102 | 32 | 30 | 504 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10010000 | 0 | 1000010 | 11010 | 11000 | 101000100 | 110100 | 110011 |
Color Harmonies of #C34390
Complementary color
Monochromatic Colors of #C34390
Black with #C34390
Text Example
Text Example
White with #C34390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34390; }
p { color: rgb(195,67,144); }
H1.HeaderClassName
{
color: #C34390;
}
.AnyTagClassName
{
color: #C34390;
}
</style>
background-color css
<style>
a { background-color: #C34390; }
a { background-color: rgb(195,67,144); }
div.DivClassName
{
background-color: #C34390;
}
.BgClassName
{
background-color: #C34390;
}
</style>
border-color css
<style>
span { border-color: #C34390; }
span { border-color: rgb(195,67,144); }
td.TdClassName
{
border-color: #C34390;
}
.TagClassName
{
border-color: #C34390;
}
</style>