Shades of Mulberry #C342A7
Tints of Mulberry #C342A7
RGB
CMYK
RGB Variations
Color information
#C342A7 (or 0xC342A7) is known color: Mulberry. HEX triplet: C3, 42 and A7. RGB value is (195,66,167). Sum of RGB (Red+Green+Blue) = 195+66+167=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C342A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342A7 is #3CBD58. Grayscale: #737373. Windows color (decimal): -3980633 or 10961603. OLE color: 10961603.
HSL color Cylindrical-coordinate representation of color #C342A7: hue angle of 313.02º 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 #C342A7 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 167 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.24 |
| HSL | 313.02º | 0.52% | 0.51% | - |
| HSV(B) | 313.02º | 0.66% | 0.76% | - |
| XYZ | 31.43 | 18.29 | 38.43 | - |
| YUV | 116.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 167 | 0 | 0.66 | 0.14 | 0.24 | 313.02 | 0.52 | 0.51 |
| Hex | C3 | 42 | A7 | 0 | 42 | E | 18 | 139 | 34 | 33 |
| Octal | 303 | 102 | 247 | 0 | 102 | 16 | 30 | 471 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10100111 | 0 | 1000010 | 1110 | 11000 | 100111001 | 110100 | 110011 |
Color Harmonies of #C342A7
Complementary color
Monochromatic Colors of #C342A7
Black with #C342A7
Text Example
Text Example
White with #C342A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342A7; }
p { color: rgb(195,66,167); }
H1.HeaderClassName
{
color: #C342A7;
}
.AnyTagClassName
{
color: #C342A7;
}
</style>
background-color css
<style>
a { background-color: #C342A7; }
a { background-color: rgb(195,66,167); }
div.DivClassName
{
background-color: #C342A7;
}
.BgClassName
{
background-color: #C342A7;
}
</style>
border-color css
<style>
span { border-color: #C342A7; }
span { border-color: rgb(195,66,167); }
td.TdClassName
{
border-color: #C342A7;
}
.TagClassName
{
border-color: #C342A7;
}
</style>