Shades of Mulberry #C34488
Tints of Mulberry #C34488
RGB
CMYK
RGB Variations
Color information
#C34488 (or 0xC34488) is known color: Mulberry. HEX triplet: C3, 44 and 88. RGB value is (195,68,136). Sum of RGB (Red+Green+Blue) = 195+68+136=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34488 is #3CBB77. Grayscale: #717171. Windows color (decimal): -3980152 or 8930499. OLE color: 8930499.
HSL color Cylindrical-coordinate representation of color #C34488: hue angle of 327.87º 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 #C34488 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 136 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.24 |
| HSL | 327.87º | 0.51% | 0.52% | - |
| HSV(B) | 327.87º | 0.65% | 0.76% | - |
| XYZ | 29.02 | 17.51 | 25.14 | - |
| YUV | 113.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 136 | 0 | 0.65 | 0.30 | 0.24 | 327.87 | 0.51 | 0.52 |
| Hex | C3 | 44 | 88 | 0 | 41 | 1E | 18 | 148 | 33 | 34 |
| Octal | 303 | 104 | 210 | 0 | 101 | 36 | 30 | 510 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10001000 | 0 | 1000001 | 11110 | 11000 | 101001000 | 110011 | 110100 |
Color Harmonies of #C34488
Complementary color
Monochromatic Colors of #C34488
Black with #C34488
Text Example
Text Example
White with #C34488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34488; }
p { color: rgb(195,68,136); }
H1.HeaderClassName
{
color: #C34488;
}
.AnyTagClassName
{
color: #C34488;
}
</style>
background-color css
<style>
a { background-color: #C34488; }
a { background-color: rgb(195,68,136); }
div.DivClassName
{
background-color: #C34488;
}
.BgClassName
{
background-color: #C34488;
}
</style>
border-color css
<style>
span { border-color: #C34488; }
span { border-color: rgb(195,68,136); }
td.TdClassName
{
border-color: #C34488;
}
.TagClassName
{
border-color: #C34488;
}
</style>