Shades of Mulberry #C4499D
Tints of Mulberry #C4499D
RGB
CMYK
RGB Variations
Color information
#C4499D (or 0xC4499D) is known color: Mulberry. HEX triplet: C4, 49 and 9D. RGB value is (196,73,157). Sum of RGB (Red+Green+Blue) = 196+73+157=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4499D is #3BB662. Grayscale: #777777. Windows color (decimal): -3913315 or 10308036. OLE color: 10308036.
HSL color Cylindrical-coordinate representation of color #C4499D: hue angle of 319.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4499D is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 157 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.23 |
| HSL | 319.02º | 0.51% | 0.53% | - |
| HSV(B) | 319.02º | 0.63% | 0.77% | - |
| XYZ | 31.23 | 18.94 | 33.91 | - |
| YUV | 119.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 157 | 0 | 0.63 | 0.20 | 0.23 | 319.02 | 0.51 | 0.53 |
| Hex | C4 | 49 | 9D | 0 | 3F | 14 | 17 | 13F | 33 | 35 |
| Octal | 304 | 111 | 235 | 0 | 77 | 24 | 27 | 477 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10011101 | 0 | 111111 | 10100 | 10111 | 100111111 | 110011 | 110101 |
Color Harmonies of #C4499D
Complementary color
Monochromatic Colors of #C4499D
Black with #C4499D
Text Example
Text Example
White with #C4499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4499D; }
p { color: rgb(196,73,157); }
H1.HeaderClassName
{
color: #C4499D;
}
.AnyTagClassName
{
color: #C4499D;
}
</style>
background-color css
<style>
a { background-color: #C4499D; }
a { background-color: rgb(196,73,157); }
div.DivClassName
{
background-color: #C4499D;
}
.BgClassName
{
background-color: #C4499D;
}
</style>
border-color css
<style>
span { border-color: #C4499D; }
span { border-color: rgb(196,73,157); }
td.TdClassName
{
border-color: #C4499D;
}
.TagClassName
{
border-color: #C4499D;
}
</style>