Shades of Mulberry #C341A6
Tints of Mulberry #C341A6
RGB
CMYK
RGB Variations
Color information
#C341A6 (or 0xC341A6) is known color: Mulberry. HEX triplet: C3, 41 and A6. RGB value is (195,65,166). Sum of RGB (Red+Green+Blue) = 195+65+166=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C341A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341A6 is #3CBE59. Grayscale: #737373. Windows color (decimal): -3980890 or 10895811. OLE color: 10895811.
HSL color Cylindrical-coordinate representation of color #C341A6: hue angle of 313.38º 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 #C341A6 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 166 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.24 |
| HSL | 313.38º | 0.52% | 0.51% | - |
| HSV(B) | 313.38º | 0.67% | 0.76% | - |
| XYZ | 31.28 | 18.14 | 37.93 | - |
| YUV | 115.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 166 | 0 | 0.67 | 0.15 | 0.24 | 313.38 | 0.52 | 0.51 |
| Hex | C3 | 41 | A6 | 0 | 43 | F | 18 | 139 | 34 | 33 |
| Octal | 303 | 101 | 246 | 0 | 103 | 17 | 30 | 471 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10100110 | 0 | 1000011 | 1111 | 11000 | 100111001 | 110100 | 110011 |
Color Harmonies of #C341A6
Complementary color
Monochromatic Colors of #C341A6
Black with #C341A6
Text Example
Text Example
White with #C341A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341A6; }
p { color: rgb(195,65,166); }
H1.HeaderClassName
{
color: #C341A6;
}
.AnyTagClassName
{
color: #C341A6;
}
</style>
background-color css
<style>
a { background-color: #C341A6; }
a { background-color: rgb(195,65,166); }
div.DivClassName
{
background-color: #C341A6;
}
.BgClassName
{
background-color: #C341A6;
}
</style>
border-color css
<style>
span { border-color: #C341A6; }
span { border-color: rgb(195,65,166); }
td.TdClassName
{
border-color: #C341A6;
}
.TagClassName
{
border-color: #C341A6;
}
</style>