Shades of Mulberry #C34589
Tints of Mulberry #C34589
RGB
CMYK
RGB Variations
Color information
#C34589 (or 0xC34589) is known color: Mulberry. HEX triplet: C3, 45 and 89. RGB value is (195,69,137). Sum of RGB (Red+Green+Blue) = 195+69+137=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34589 is #3CBA76. Grayscale: #727272. Windows color (decimal): -3979895 or 8996291. OLE color: 8996291.
HSL color Cylindrical-coordinate representation of color #C34589: hue angle of 327.62º 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 #C34589 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 137 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.24 |
| HSL | 327.62º | 0.51% | 0.52% | - |
| HSV(B) | 327.62º | 0.65% | 0.76% | - |
| XYZ | 29.15 | 17.66 | 25.54 | - |
| YUV | 114.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 137 | 0 | 0.65 | 0.30 | 0.24 | 327.62 | 0.51 | 0.52 |
| Hex | C3 | 45 | 89 | 0 | 41 | 1E | 18 | 148 | 33 | 34 |
| Octal | 303 | 105 | 211 | 0 | 101 | 36 | 30 | 510 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10001001 | 0 | 1000001 | 11110 | 11000 | 101001000 | 110011 | 110100 |
Color Harmonies of #C34589
Complementary color
Monochromatic Colors of #C34589
Black with #C34589
Text Example
Text Example
White with #C34589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34589; }
p { color: rgb(195,69,137); }
H1.HeaderClassName
{
color: #C34589;
}
.AnyTagClassName
{
color: #C34589;
}
</style>
background-color css
<style>
a { background-color: #C34589; }
a { background-color: rgb(195,69,137); }
div.DivClassName
{
background-color: #C34589;
}
.BgClassName
{
background-color: #C34589;
}
</style>
border-color css
<style>
span { border-color: #C34589; }
span { border-color: rgb(195,69,137); }
td.TdClassName
{
border-color: #C34589;
}
.TagClassName
{
border-color: #C34589;
}
</style>