Shades of Mulberry #C352A1
Tints of Mulberry #C352A1
RGB
CMYK
RGB Variations
Color information
#C352A1 (or 0xC352A1) is known color: Mulberry. HEX triplet: C3, 52 and A1. RGB value is (195,82,161). Sum of RGB (Red+Green+Blue) = 195+82+161=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A1 is #3CAD5E. Grayscale: #7C7C7C. Windows color (decimal): -3976543 or 10572483. OLE color: 10572483.
HSL color Cylindrical-coordinate representation of color #C352A1: hue angle of 318.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C352A1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 161 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 318.05º | 0.48% | 0.54% | - |
| HSV(B) | 318.05º | 0.58% | 0.76% | - |
| XYZ | 31.96 | 20.21 | 35.93 | - |
| YUV | 124.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 161 | 0 | 0.58 | 0.17 | 0.24 | 318.05 | 0.48 | 0.54 |
| Hex | C3 | 52 | A1 | 0 | 3A | 11 | 18 | 13E | 30 | 36 |
| Octal | 303 | 122 | 241 | 0 | 72 | 21 | 30 | 476 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10100001 | 0 | 111010 | 10001 | 11000 | 100111110 | 110000 | 110110 |
Color Harmonies of #C352A1
Complementary color
Monochromatic Colors of #C352A1
Black with #C352A1
Text Example
Text Example
White with #C352A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352A1; }
p { color: rgb(195,82,161); }
H1.HeaderClassName
{
color: #C352A1;
}
.AnyTagClassName
{
color: #C352A1;
}
</style>
background-color css
<style>
a { background-color: #C352A1; }
a { background-color: rgb(195,82,161); }
div.DivClassName
{
background-color: #C352A1;
}
.BgClassName
{
background-color: #C352A1;
}
</style>
border-color css
<style>
span { border-color: #C352A1; }
span { border-color: rgb(195,82,161); }
td.TdClassName
{
border-color: #C352A1;
}
.TagClassName
{
border-color: #C352A1;
}
</style>