Shades of Mulberry #C342A0
Tints of Mulberry #C342A0
RGB
CMYK
RGB Variations
Color information
#C342A0 (or 0xC342A0) is known color: Mulberry. HEX triplet: C3, 42 and A0. RGB value is (195,66,160). Sum of RGB (Red+Green+Blue) = 195+66+160=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A0 is #3CBD5F. Grayscale: #737373. Windows color (decimal): -3980640 or 10502851. OLE color: 10502851.
HSL color Cylindrical-coordinate representation of color #C342A0: hue angle of 316.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342A0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 160 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.24 |
| HSL | 316.28º | 0.52% | 0.51% | - |
| HSV(B) | 316.28º | 0.66% | 0.76% | - |
| XYZ | 30.8 | 18.04 | 35.12 | - |
| YUV | 115.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 160 | 0 | 0.66 | 0.18 | 0.24 | 316.28 | 0.52 | 0.51 |
| Hex | C3 | 42 | A0 | 0 | 42 | 12 | 18 | 13C | 34 | 33 |
| Octal | 303 | 102 | 240 | 0 | 102 | 22 | 30 | 474 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10100000 | 0 | 1000010 | 10010 | 11000 | 100111100 | 110100 | 110011 |
Color Harmonies of #C342A0
Complementary color
Monochromatic Colors of #C342A0
Black with #C342A0
Text Example
Text Example
White with #C342A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342A0; }
p { color: rgb(195,66,160); }
H1.HeaderClassName
{
color: #C342A0;
}
.AnyTagClassName
{
color: #C342A0;
}
</style>
background-color css
<style>
a { background-color: #C342A0; }
a { background-color: rgb(195,66,160); }
div.DivClassName
{
background-color: #C342A0;
}
.BgClassName
{
background-color: #C342A0;
}
</style>
border-color css
<style>
span { border-color: #C342A0; }
span { border-color: rgb(195,66,160); }
td.TdClassName
{
border-color: #C342A0;
}
.TagClassName
{
border-color: #C342A0;
}
</style>