Shades of Mulberry #C353A0
Tints of Mulberry #C353A0
RGB
CMYK
RGB Variations
Color information
#C353A0 (or 0xC353A0) is known color: Mulberry. HEX triplet: C3, 53 and A0. RGB value is (195,83,160). Sum of RGB (Red+Green+Blue) = 195+83+160=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C353A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353A0 is #3CAC5F. Grayscale: #7D7D7D. Windows color (decimal): -3976288 or 10507203. OLE color: 10507203.
HSL color Cylindrical-coordinate representation of color #C353A0: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C353A0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 160 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.24 |
| HSL | 318.75º | 0.48% | 0.55% | - |
| HSV(B) | 318.75º | 0.57% | 0.76% | - |
| XYZ | 31.94 | 20.33 | 35.5 | - |
| YUV | 125.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 160 | 0 | 0.57 | 0.18 | 0.24 | 318.75 | 0.48 | 0.55 |
| Hex | C3 | 53 | A0 | 0 | 39 | 12 | 18 | 13F | 30 | 37 |
| Octal | 303 | 123 | 240 | 0 | 71 | 22 | 30 | 477 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10100000 | 0 | 111001 | 10010 | 11000 | 100111111 | 110000 | 110111 |
Color Harmonies of #C353A0
Complementary color
Monochromatic Colors of #C353A0
Black with #C353A0
Text Example
Text Example
White with #C353A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353A0; }
p { color: rgb(195,83,160); }
H1.HeaderClassName
{
color: #C353A0;
}
.AnyTagClassName
{
color: #C353A0;
}
</style>
background-color css
<style>
a { background-color: #C353A0; }
a { background-color: rgb(195,83,160); }
div.DivClassName
{
background-color: #C353A0;
}
.BgClassName
{
background-color: #C353A0;
}
</style>
border-color css
<style>
span { border-color: #C353A0; }
span { border-color: rgb(195,83,160); }
td.TdClassName
{
border-color: #C353A0;
}
.TagClassName
{
border-color: #C353A0;
}
</style>