Shades of Mulberry #C3499D
Tints of Mulberry #C3499D
RGB
CMYK
RGB Variations
Color information
#C3499D (or 0xC3499D) is known color: Mulberry. HEX triplet: C3, 49 and 9D. RGB value is (195,73,157). Sum of RGB (Red+Green+Blue) = 195+73+157=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3499D is #3CB662. Grayscale: #767676. Windows color (decimal): -3978851 or 10308035. OLE color: 10308035.
HSL color Cylindrical-coordinate representation of color #C3499D: hue angle of 318.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3499D is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 157 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.24 |
| HSL | 318.69º | 0.5% | 0.53% | - |
| HSV(B) | 318.69º | 0.63% | 0.76% | - |
| XYZ | 30.97 | 18.8 | 33.89 | - |
| YUV | 119.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 157 | 0 | 0.63 | 0.19 | 0.24 | 318.69 | 0.5 | 0.53 |
| Hex | C3 | 49 | 9D | 0 | 3F | 13 | 18 | 13F | 32 | 35 |
| Octal | 303 | 111 | 235 | 0 | 77 | 23 | 30 | 477 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10011101 | 0 | 111111 | 10011 | 11000 | 100111111 | 110010 | 110101 |
Color Harmonies of #C3499D
Complementary color
Monochromatic Colors of #C3499D
Black with #C3499D
Text Example
Text Example
White with #C3499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3499D; }
p { color: rgb(195,73,157); }
H1.HeaderClassName
{
color: #C3499D;
}
.AnyTagClassName
{
color: #C3499D;
}
</style>
background-color css
<style>
a { background-color: #C3499D; }
a { background-color: rgb(195,73,157); }
div.DivClassName
{
background-color: #C3499D;
}
.BgClassName
{
background-color: #C3499D;
}
</style>
border-color css
<style>
span { border-color: #C3499D; }
span { border-color: rgb(195,73,157); }
td.TdClassName
{
border-color: #C3499D;
}
.TagClassName
{
border-color: #C3499D;
}
</style>