Shades of Mulberry #C34591
Tints of Mulberry #C34591
RGB
CMYK
RGB Variations
Color information
#C34591 (or 0xC34591) is known color: Mulberry. HEX triplet: C3, 45 and 91. RGB value is (195,69,145). Sum of RGB (Red+Green+Blue) = 195+69+145=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C34591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34591 is #3CBA6E. Grayscale: #737373. Windows color (decimal): -3979887 or 9520579. OLE color: 9520579.
HSL color Cylindrical-coordinate representation of color #C34591: hue angle of 323.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34591 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 145 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.24 |
| HSL | 323.81º | 0.51% | 0.52% | - |
| HSV(B) | 323.81º | 0.65% | 0.76% | - |
| XYZ | 29.74 | 17.9 | 28.68 | - |
| YUV | 115.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 145 | 0 | 0.65 | 0.26 | 0.24 | 323.81 | 0.51 | 0.52 |
| Hex | C3 | 45 | 91 | 0 | 41 | 1A | 18 | 144 | 33 | 34 |
| Octal | 303 | 105 | 221 | 0 | 101 | 32 | 30 | 504 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10010001 | 0 | 1000001 | 11010 | 11000 | 101000100 | 110011 | 110100 |
Color Harmonies of #C34591
Complementary color
Monochromatic Colors of #C34591
Black with #C34591
Text Example
Text Example
White with #C34591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34591; }
p { color: rgb(195,69,145); }
H1.HeaderClassName
{
color: #C34591;
}
.AnyTagClassName
{
color: #C34591;
}
</style>
background-color css
<style>
a { background-color: #C34591; }
a { background-color: rgb(195,69,145); }
div.DivClassName
{
background-color: #C34591;
}
.BgClassName
{
background-color: #C34591;
}
</style>
border-color css
<style>
span { border-color: #C34591; }
span { border-color: rgb(195,69,145); }
td.TdClassName
{
border-color: #C34591;
}
.TagClassName
{
border-color: #C34591;
}
</style>