Shades of Mulberry #C34189
Tints of Mulberry #C34189
RGB
CMYK
RGB Variations
Color information
#C34189 (or 0xC34189) is known color: Mulberry. HEX triplet: C3, 41 and 89. RGB value is (195,65,137). Sum of RGB (Red+Green+Blue) = 195+65+137=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34189 is #3CBE76. Grayscale: #6F6F6F. Windows color (decimal): -3980919 or 8995267. OLE color: 8995267.
HSL color Cylindrical-coordinate representation of color #C34189: hue angle of 326.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34189 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 137 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.24 |
| HSL | 326.77º | 0.52% | 0.51% | - |
| HSV(B) | 326.77º | 0.67% | 0.76% | - |
| XYZ | 28.91 | 17.19 | 25.46 | - |
| YUV | 112.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 137 | 0 | 0.67 | 0.30 | 0.24 | 326.77 | 0.52 | 0.51 |
| Hex | C3 | 41 | 89 | 0 | 43 | 1E | 18 | 147 | 34 | 33 |
| Octal | 303 | 101 | 211 | 0 | 103 | 36 | 30 | 507 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10001001 | 0 | 1000011 | 11110 | 11000 | 101000111 | 110100 | 110011 |
Color Harmonies of #C34189
Complementary color
Monochromatic Colors of #C34189
Black with #C34189
Text Example
Text Example
White with #C34189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34189; }
p { color: rgb(195,65,137); }
H1.HeaderClassName
{
color: #C34189;
}
.AnyTagClassName
{
color: #C34189;
}
</style>
background-color css
<style>
a { background-color: #C34189; }
a { background-color: rgb(195,65,137); }
div.DivClassName
{
background-color: #C34189;
}
.BgClassName
{
background-color: #C34189;
}
</style>
border-color css
<style>
span { border-color: #C34189; }
span { border-color: rgb(195,65,137); }
td.TdClassName
{
border-color: #C34189;
}
.TagClassName
{
border-color: #C34189;
}
</style>