Shades of Mulberry #C350A3
Tints of Mulberry #C350A3
RGB
CMYK
RGB Variations
Color information
#C350A3 (or 0xC350A3) is known color: Mulberry. HEX triplet: C3, 50 and A3. RGB value is (195,80,163). Sum of RGB (Red+Green+Blue) = 195+80+163=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C350A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350A3 is #3CAF5C. Grayscale: #7B7B7B. Windows color (decimal): -3977053 or 10703043. OLE color: 10703043.
HSL color Cylindrical-coordinate representation of color #C350A3: hue angle of 316.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350A3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 163 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.24 |
| HSL | 316.7º | 0.49% | 0.54% | - |
| HSV(B) | 316.7º | 0.59% | 0.76% | - |
| XYZ | 31.99 | 19.98 | 36.82 | - |
| YUV | 123.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 163 | 0 | 0.59 | 0.16 | 0.24 | 316.7 | 0.49 | 0.54 |
| Hex | C3 | 50 | A3 | 0 | 3B | 10 | 18 | 13D | 31 | 36 |
| Octal | 303 | 120 | 243 | 0 | 73 | 20 | 30 | 475 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10100011 | 0 | 111011 | 10000 | 11000 | 100111101 | 110001 | 110110 |
Color Harmonies of #C350A3
Complementary color
Monochromatic Colors of #C350A3
Black with #C350A3
Text Example
Text Example
White with #C350A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350A3; }
p { color: rgb(195,80,163); }
H1.HeaderClassName
{
color: #C350A3;
}
.AnyTagClassName
{
color: #C350A3;
}
</style>
background-color css
<style>
a { background-color: #C350A3; }
a { background-color: rgb(195,80,163); }
div.DivClassName
{
background-color: #C350A3;
}
.BgClassName
{
background-color: #C350A3;
}
</style>
border-color css
<style>
span { border-color: #C350A3; }
span { border-color: rgb(195,80,163); }
td.TdClassName
{
border-color: #C350A3;
}
.TagClassName
{
border-color: #C350A3;
}
</style>