Shades of Mulberry #C342A1
Tints of Mulberry #C342A1
RGB
CMYK
RGB Variations
Color information
#C342A1 (or 0xC342A1) is known color: Mulberry. HEX triplet: C3, 42 and A1. RGB value is (195,66,161). Sum of RGB (Red+Green+Blue) = 195+66+161=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A1 is #3CBD5E. Grayscale: #737373. Windows color (decimal): -3980639 or 10568387. OLE color: 10568387.
HSL color Cylindrical-coordinate representation of color #C342A1: hue angle of 315.81º 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 #C342A1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 161 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.24 |
| HSL | 315.81º | 0.52% | 0.51% | - |
| HSV(B) | 315.81º | 0.66% | 0.76% | - |
| XYZ | 30.89 | 18.07 | 35.58 | - |
| YUV | 115.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 161 | 0 | 0.66 | 0.17 | 0.24 | 315.81 | 0.52 | 0.51 |
| Hex | C3 | 42 | A1 | 0 | 42 | 11 | 18 | 13C | 34 | 33 |
| Octal | 303 | 102 | 241 | 0 | 102 | 21 | 30 | 474 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10100001 | 0 | 1000010 | 10001 | 11000 | 100111100 | 110100 | 110011 |
Color Harmonies of #C342A1
Complementary color
Monochromatic Colors of #C342A1
Black with #C342A1
Text Example
Text Example
White with #C342A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342A1; }
p { color: rgb(195,66,161); }
H1.HeaderClassName
{
color: #C342A1;
}
.AnyTagClassName
{
color: #C342A1;
}
</style>
background-color css
<style>
a { background-color: #C342A1; }
a { background-color: rgb(195,66,161); }
div.DivClassName
{
background-color: #C342A1;
}
.BgClassName
{
background-color: #C342A1;
}
</style>
border-color css
<style>
span { border-color: #C342A1; }
span { border-color: rgb(195,66,161); }
td.TdClassName
{
border-color: #C342A1;
}
.TagClassName
{
border-color: #C342A1;
}
</style>