Shades of Mulberry #C34496
Tints of Mulberry #C34496
RGB
CMYK
RGB Variations
Color information
#C34496 (or 0xC34496) is known color: Mulberry. HEX triplet: C3, 44 and 96. RGB value is (195,68,150). Sum of RGB (Red+Green+Blue) = 195+68+150=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34496 is #3CBB69. Grayscale: #737373. Windows color (decimal): -3980138 or 9848003. OLE color: 9848003.
HSL color Cylindrical-coordinate representation of color #C34496: hue angle of 321.26º 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 #C34496 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 150 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.24 |
| HSL | 321.26º | 0.51% | 0.52% | - |
| HSV(B) | 321.26º | 0.65% | 0.76% | - |
| XYZ | 30.08 | 17.94 | 30.73 | - |
| YUV | 115.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 150 | 0 | 0.65 | 0.23 | 0.24 | 321.26 | 0.51 | 0.52 |
| Hex | C3 | 44 | 96 | 0 | 41 | 17 | 18 | 141 | 33 | 34 |
| Octal | 303 | 104 | 226 | 0 | 101 | 27 | 30 | 501 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10010110 | 0 | 1000001 | 10111 | 11000 | 101000001 | 110011 | 110100 |
Color Harmonies of #C34496
Complementary color
Monochromatic Colors of #C34496
Black with #C34496
Text Example
Text Example
White with #C34496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34496; }
p { color: rgb(195,68,150); }
H1.HeaderClassName
{
color: #C34496;
}
.AnyTagClassName
{
color: #C34496;
}
</style>
background-color css
<style>
a { background-color: #C34496; }
a { background-color: rgb(195,68,150); }
div.DivClassName
{
background-color: #C34496;
}
.BgClassName
{
background-color: #C34496;
}
</style>
border-color css
<style>
span { border-color: #C34496; }
span { border-color: rgb(195,68,150); }
td.TdClassName
{
border-color: #C34496;
}
.TagClassName
{
border-color: #C34496;
}
</style>