Shades of Mulberry #C3579C
Tints of Mulberry #C3579C
RGB
CMYK
RGB Variations
Color information
#C3579C (or 0xC3579C) is known color: Mulberry. HEX triplet: C3, 57 and 9C. RGB value is (195,87,156). Sum of RGB (Red+Green+Blue) = 195+87+156=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3579C is #3CA863. Grayscale: #7E7E7E. Windows color (decimal): -3975268 or 10246083. OLE color: 10246083.
HSL color Cylindrical-coordinate representation of color #C3579C: hue angle of 321.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3579C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 156 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.24 |
| HSL | 321.67º | 0.47% | 0.55% | - |
| HSV(B) | 321.67º | 0.55% | 0.76% | - |
| XYZ | 31.91 | 20.82 | 33.79 | - |
| YUV | 127.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 156 | 0 | 0.55 | 0.20 | 0.24 | 321.67 | 0.47 | 0.55 |
| Hex | C3 | 57 | 9C | 0 | 37 | 14 | 18 | 142 | 2F | 37 |
| Octal | 303 | 127 | 234 | 0 | 67 | 24 | 30 | 502 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10011100 | 0 | 110111 | 10100 | 11000 | 101000010 | 101111 | 110111 |
Color Harmonies of #C3579C
Complementary color
Monochromatic Colors of #C3579C
Black with #C3579C
Text Example
Text Example
White with #C3579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3579C; }
p { color: rgb(195,87,156); }
H1.HeaderClassName
{
color: #C3579C;
}
.AnyTagClassName
{
color: #C3579C;
}
</style>
background-color css
<style>
a { background-color: #C3579C; }
a { background-color: rgb(195,87,156); }
div.DivClassName
{
background-color: #C3579C;
}
.BgClassName
{
background-color: #C3579C;
}
</style>
border-color css
<style>
span { border-color: #C3579C; }
span { border-color: rgb(195,87,156); }
td.TdClassName
{
border-color: #C3579C;
}
.TagClassName
{
border-color: #C3579C;
}
</style>