Shades of Mulberry #C3498A
Tints of Mulberry #C3498A
RGB
CMYK
RGB Variations
Color information
#C3498A (or 0xC3498A) is known color: Mulberry. HEX triplet: C3, 49 and 8A. RGB value is (195,73,138). Sum of RGB (Red+Green+Blue) = 195+73+138=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3498A is #3CB675. Grayscale: #747474. Windows color (decimal): -3978870 or 9062851. OLE color: 9062851.
HSL color Cylindrical-coordinate representation of color #C3498A: hue angle of 328.03º 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 #C3498A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 138 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.24 |
| HSL | 328.03º | 0.5% | 0.53% | - |
| HSV(B) | 328.03º | 0.63% | 0.76% | - |
| XYZ | 29.48 | 18.2 | 26 | - |
| YUV | 116.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 138 | 0 | 0.63 | 0.29 | 0.24 | 328.03 | 0.5 | 0.53 |
| Hex | C3 | 49 | 8A | 0 | 3F | 1D | 18 | 148 | 32 | 35 |
| Octal | 303 | 111 | 212 | 0 | 77 | 35 | 30 | 510 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10001010 | 0 | 111111 | 11101 | 11000 | 101001000 | 110010 | 110101 |
Color Harmonies of #C3498A
Complementary color
Monochromatic Colors of #C3498A
Black with #C3498A
Text Example
Text Example
White with #C3498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3498A; }
p { color: rgb(195,73,138); }
H1.HeaderClassName
{
color: #C3498A;
}
.AnyTagClassName
{
color: #C3498A;
}
</style>
background-color css
<style>
a { background-color: #C3498A; }
a { background-color: rgb(195,73,138); }
div.DivClassName
{
background-color: #C3498A;
}
.BgClassName
{
background-color: #C3498A;
}
</style>
border-color css
<style>
span { border-color: #C3498A; }
span { border-color: rgb(195,73,138); }
td.TdClassName
{
border-color: #C3498A;
}
.TagClassName
{
border-color: #C3498A;
}
</style>