Shades of Mulberry #C3558C
Tints of Mulberry #C3558C
RGB
CMYK
RGB Variations
Color information
#C3558C (or 0xC3558C) is known color: Mulberry. HEX triplet: C3, 55 and 8C. RGB value is (195,85,140). Sum of RGB (Red+Green+Blue) = 195+85+140=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558C is #3CAA73. Grayscale: #7C7C7C. Windows color (decimal): -3975796 or 9196995. OLE color: 9196995.
HSL color Cylindrical-coordinate representation of color #C3558C: hue angle of 330º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3558C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 140 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.24 |
| HSL | 330º | 0.48% | 0.55% | - |
| HSV(B) | 330º | 0.56% | 0.76% | - |
| XYZ | 30.49 | 19.99 | 27.06 | - |
| YUV | 124.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 140 | 0 | 0.56 | 0.28 | 0.24 | 330 | 0.48 | 0.55 |
| Hex | C3 | 55 | 8C | 0 | 38 | 1C | 18 | 14A | 30 | 37 |
| Octal | 303 | 125 | 214 | 0 | 70 | 34 | 30 | 512 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10001100 | 0 | 111000 | 11100 | 11000 | 101001010 | 110000 | 110111 |
Color Harmonies of #C3558C
Complementary color
Monochromatic Colors of #C3558C
Black with #C3558C
Text Example
Text Example
White with #C3558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3558C; }
p { color: rgb(195,85,140); }
H1.HeaderClassName
{
color: #C3558C;
}
.AnyTagClassName
{
color: #C3558C;
}
</style>
background-color css
<style>
a { background-color: #C3558C; }
a { background-color: rgb(195,85,140); }
div.DivClassName
{
background-color: #C3558C;
}
.BgClassName
{
background-color: #C3558C;
}
</style>
border-color css
<style>
span { border-color: #C3558C; }
span { border-color: rgb(195,85,140); }
td.TdClassName
{
border-color: #C3558C;
}
.TagClassName
{
border-color: #C3558C;
}
</style>