Shades of Mulberry #C352A2
Tints of Mulberry #C352A2
RGB
CMYK
RGB Variations
Color information
#C352A2 (or 0xC352A2) is known color: Mulberry. HEX triplet: C3, 52 and A2. RGB value is (195,82,162). Sum of RGB (Red+Green+Blue) = 195+82+162=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C352A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352A2 is #3CAD5D. Grayscale: #7C7C7C. Windows color (decimal): -3976542 or 10638019. OLE color: 10638019.
HSL color Cylindrical-coordinate representation of color #C352A2: hue angle of 317.52º 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 #C352A2 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 162 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.52º | 0.48% | 0.54% | - |
| HSV(B) | 317.52º | 0.58% | 0.76% | - |
| XYZ | 32.04 | 20.25 | 36.4 | - |
| YUV | 124.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 162 | 0 | 0.58 | 0.17 | 0.24 | 317.52 | 0.48 | 0.54 |
| Hex | C3 | 52 | A2 | 0 | 3A | 11 | 18 | 13E | 30 | 36 |
| Octal | 303 | 122 | 242 | 0 | 72 | 21 | 30 | 476 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10100010 | 0 | 111010 | 10001 | 11000 | 100111110 | 110000 | 110110 |
Color Harmonies of #C352A2
Complementary color
Monochromatic Colors of #C352A2
Black with #C352A2
Text Example
Text Example
White with #C352A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352A2; }
p { color: rgb(195,82,162); }
H1.HeaderClassName
{
color: #C352A2;
}
.AnyTagClassName
{
color: #C352A2;
}
</style>
background-color css
<style>
a { background-color: #C352A2; }
a { background-color: rgb(195,82,162); }
div.DivClassName
{
background-color: #C352A2;
}
.BgClassName
{
background-color: #C352A2;
}
</style>
border-color css
<style>
span { border-color: #C352A2; }
span { border-color: rgb(195,82,162); }
td.TdClassName
{
border-color: #C352A2;
}
.TagClassName
{
border-color: #C352A2;
}
</style>