Shades of Mulberry #C345A1
Tints of Mulberry #C345A1
RGB
CMYK
RGB Variations
Color information
#C345A1 (or 0xC345A1) is known color: Mulberry. HEX triplet: C3, 45 and A1. RGB value is (195,69,161). Sum of RGB (Red+Green+Blue) = 195+69+161=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A1 is #3CBA5E. Grayscale: #747474. Windows color (decimal): -3979871 or 10569155. OLE color: 10569155.
HSL color Cylindrical-coordinate representation of color #C345A1: hue angle of 316.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345A1 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 161 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.24 |
| HSL | 316.19º | 0.51% | 0.52% | - |
| HSV(B) | 316.19º | 0.65% | 0.76% | - |
| XYZ | 31.07 | 18.43 | 35.64 | - |
| YUV | 117.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 161 | 0 | 0.65 | 0.17 | 0.24 | 316.19 | 0.51 | 0.52 |
| Hex | C3 | 45 | A1 | 0 | 41 | 11 | 18 | 13C | 33 | 34 |
| Octal | 303 | 105 | 241 | 0 | 101 | 21 | 30 | 474 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10100001 | 0 | 1000001 | 10001 | 11000 | 100111100 | 110011 | 110100 |
Color Harmonies of #C345A1
Complementary color
Monochromatic Colors of #C345A1
Black with #C345A1
Text Example
Text Example
White with #C345A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345A1; }
p { color: rgb(195,69,161); }
H1.HeaderClassName
{
color: #C345A1;
}
.AnyTagClassName
{
color: #C345A1;
}
</style>
background-color css
<style>
a { background-color: #C345A1; }
a { background-color: rgb(195,69,161); }
div.DivClassName
{
background-color: #C345A1;
}
.BgClassName
{
background-color: #C345A1;
}
</style>
border-color css
<style>
span { border-color: #C345A1; }
span { border-color: rgb(195,69,161); }
td.TdClassName
{
border-color: #C345A1;
}
.TagClassName
{
border-color: #C345A1;
}
</style>