Shades of Mulberry #C3498D
Tints of Mulberry #C3498D
RGB
CMYK
RGB Variations
Color information
#C3498D (or 0xC3498D) is known color: Mulberry. HEX triplet: C3, 49 and 8D. RGB value is (195,73,141). Sum of RGB (Red+Green+Blue) = 195+73+141=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3498D is #3CB672. Grayscale: #757575. Windows color (decimal): -3978867 or 9259459. OLE color: 9259459.
HSL color Cylindrical-coordinate representation of color #C3498D: hue angle of 326.56º 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 #C3498D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 141 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.24 |
| HSL | 326.56º | 0.5% | 0.53% | - |
| HSV(B) | 326.56º | 0.63% | 0.76% | - |
| XYZ | 29.7 | 18.29 | 27.16 | - |
| YUV | 117.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 141 | 0 | 0.63 | 0.28 | 0.24 | 326.56 | 0.5 | 0.53 |
| Hex | C3 | 49 | 8D | 0 | 3F | 1C | 18 | 147 | 32 | 35 |
| Octal | 303 | 111 | 215 | 0 | 77 | 34 | 30 | 507 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10001101 | 0 | 111111 | 11100 | 11000 | 101000111 | 110010 | 110101 |
Color Harmonies of #C3498D
Complementary color
Monochromatic Colors of #C3498D
Black with #C3498D
Text Example
Text Example
White with #C3498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3498D; }
p { color: rgb(195,73,141); }
H1.HeaderClassName
{
color: #C3498D;
}
.AnyTagClassName
{
color: #C3498D;
}
</style>
background-color css
<style>
a { background-color: #C3498D; }
a { background-color: rgb(195,73,141); }
div.DivClassName
{
background-color: #C3498D;
}
.BgClassName
{
background-color: #C3498D;
}
</style>
border-color css
<style>
span { border-color: #C3498D; }
span { border-color: rgb(195,73,141); }
td.TdClassName
{
border-color: #C3498D;
}
.TagClassName
{
border-color: #C3498D;
}
</style>