Shades of Mulberry #C3479A
Tints of Mulberry #C3479A
RGB
CMYK
RGB Variations
Color information
#C3479A (or 0xC3479A) is known color: Mulberry. HEX triplet: C3, 47 and 9A. RGB value is (195,71,154). Sum of RGB (Red+Green+Blue) = 195+71+154=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3479A is #3CB865. Grayscale: #757575. Windows color (decimal): -3979366 or 10110915. OLE color: 10110915.
HSL color Cylindrical-coordinate representation of color #C3479A: hue angle of 319.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3479A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 154 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.24 |
| HSL | 319.84º | 0.51% | 0.52% | - |
| HSV(B) | 319.84º | 0.64% | 0.76% | - |
| XYZ | 30.59 | 18.44 | 32.52 | - |
| YUV | 117.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 154 | 0 | 0.64 | 0.21 | 0.24 | 319.84 | 0.51 | 0.52 |
| Hex | C3 | 47 | 9A | 0 | 40 | 15 | 18 | 140 | 33 | 34 |
| Octal | 303 | 107 | 232 | 0 | 100 | 25 | 30 | 500 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10011010 | 0 | 1000000 | 10101 | 11000 | 101000000 | 110011 | 110100 |
Color Harmonies of #C3479A
Complementary color
Monochromatic Colors of #C3479A
Black with #C3479A
Text Example
Text Example
White with #C3479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3479A; }
p { color: rgb(195,71,154); }
H1.HeaderClassName
{
color: #C3479A;
}
.AnyTagClassName
{
color: #C3479A;
}
</style>
background-color css
<style>
a { background-color: #C3479A; }
a { background-color: rgb(195,71,154); }
div.DivClassName
{
background-color: #C3479A;
}
.BgClassName
{
background-color: #C3479A;
}
</style>
border-color css
<style>
span { border-color: #C3479A; }
span { border-color: rgb(195,71,154); }
td.TdClassName
{
border-color: #C3479A;
}
.TagClassName
{
border-color: #C3479A;
}
</style>