Shades of Mulberry #C340A6
Tints of Mulberry #C340A6
RGB
CMYK
RGB Variations
Color information
#C340A6 (or 0xC340A6) is known color: Mulberry. HEX triplet: C3, 40 and A6. RGB value is (195,64,166). Sum of RGB (Red+Green+Blue) = 195+64+166=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A6 is #3CBF59. Grayscale: #727272. Windows color (decimal): -3981146 or 10895555. OLE color: 10895555.
HSL color Cylindrical-coordinate representation of color #C340A6: hue angle of 313.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340A6 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 166 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 313.28º | 0.52% | 0.51% | - |
| HSV(B) | 313.28º | 0.67% | 0.76% | - |
| XYZ | 31.22 | 18.02 | 37.91 | - |
| YUV | 114.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 166 | 0 | 0.67 | 0.15 | 0.24 | 313.28 | 0.52 | 0.51 |
| Hex | C3 | 40 | A6 | 0 | 43 | F | 18 | 139 | 34 | 33 |
| Octal | 303 | 100 | 246 | 0 | 103 | 17 | 30 | 471 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10100110 | 0 | 1000011 | 1111 | 11000 | 100111001 | 110100 | 110011 |
Color Harmonies of #C340A6
Complementary color
Monochromatic Colors of #C340A6
Black with #C340A6
Text Example
Text Example
White with #C340A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340A6; }
p { color: rgb(195,64,166); }
H1.HeaderClassName
{
color: #C340A6;
}
.AnyTagClassName
{
color: #C340A6;
}
</style>
background-color css
<style>
a { background-color: #C340A6; }
a { background-color: rgb(195,64,166); }
div.DivClassName
{
background-color: #C340A6;
}
.BgClassName
{
background-color: #C340A6;
}
</style>
border-color css
<style>
span { border-color: #C340A6; }
span { border-color: rgb(195,64,166); }
td.TdClassName
{
border-color: #C340A6;
}
.TagClassName
{
border-color: #C340A6;
}
</style>