Shades of Mulberry #C34487
Tints of Mulberry #C34487
RGB
CMYK
RGB Variations
Color information
#C34487 (or 0xC34487) is known color: Mulberry. HEX triplet: C3, 44 and 87. RGB value is (195,68,135). Sum of RGB (Red+Green+Blue) = 195+68+135=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C34487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34487 is #3CBB78. Grayscale: #717171. Windows color (decimal): -3980153 or 8864963. OLE color: 8864963.
HSL color Cylindrical-coordinate representation of color #C34487: hue angle of 328.35º 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 #C34487 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 135 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.24 |
| HSL | 328.35º | 0.51% | 0.52% | - |
| HSV(B) | 328.35º | 0.65% | 0.76% | - |
| XYZ | 28.95 | 17.49 | 24.77 | - |
| YUV | 113.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 135 | 0 | 0.65 | 0.31 | 0.24 | 328.35 | 0.51 | 0.52 |
| Hex | C3 | 44 | 87 | 0 | 41 | 1F | 18 | 148 | 33 | 34 |
| Octal | 303 | 104 | 207 | 0 | 101 | 37 | 30 | 510 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10000111 | 0 | 1000001 | 11111 | 11000 | 101001000 | 110011 | 110100 |
Color Harmonies of #C34487
Complementary color
Monochromatic Colors of #C34487
Black with #C34487
Text Example
Text Example
White with #C34487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34487; }
p { color: rgb(195,68,135); }
H1.HeaderClassName
{
color: #C34487;
}
.AnyTagClassName
{
color: #C34487;
}
</style>
background-color css
<style>
a { background-color: #C34487; }
a { background-color: rgb(195,68,135); }
div.DivClassName
{
background-color: #C34487;
}
.BgClassName
{
background-color: #C34487;
}
</style>
border-color css
<style>
span { border-color: #C34487; }
span { border-color: rgb(195,68,135); }
td.TdClassName
{
border-color: #C34487;
}
.TagClassName
{
border-color: #C34487;
}
</style>