Shades of Mulberry #C13DA6
Tints of Mulberry #C13DA6
RGB
CMYK
RGB Variations
Color information
#C13DA6 (or 0xC13DA6) is known color: Mulberry. HEX triplet: C1, 3D and A6. RGB value is (193,61,166). Sum of RGB (Red+Green+Blue) = 193+61+166=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA6 is #3EC259. Grayscale: #707070. Windows color (decimal): -4112986 or 10894785. OLE color: 10894785.
HSL color Cylindrical-coordinate representation of color #C13DA6: hue angle of 312.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13DA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.27º | 0.52% | 0.5% | - |
| HSV(B) | 312.27º | 0.68% | 0.76% | - |
| XYZ | 30.54 | 17.43 | 37.83 | - |
| YUV | 112.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 166 | 0 | 0.68 | 0.14 | 0.24 | 312.27 | 0.52 | 0.5 |
| Hex | C1 | 3D | A6 | 0 | 44 | E | 18 | 138 | 34 | 32 |
| Octal | 301 | 75 | 246 | 0 | 104 | 16 | 30 | 470 | 64 | 62 |
| Binary | 11000001 | 111101 | 10100110 | 0 | 1000100 | 1110 | 11000 | 100111000 | 110100 | 110010 |
Color Harmonies of #C13DA6
Complementary color
Monochromatic Colors of #C13DA6
Black with #C13DA6
Text Example
Text Example
White with #C13DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DA6; }
p { color: rgb(193,61,166); }
H1.HeaderClassName
{
color: #C13DA6;
}
.AnyTagClassName
{
color: #C13DA6;
}
</style>
background-color css
<style>
a { background-color: #C13DA6; }
a { background-color: rgb(193,61,166); }
div.DivClassName
{
background-color: #C13DA6;
}
.BgClassName
{
background-color: #C13DA6;
}
</style>
border-color css
<style>
span { border-color: #C13DA6; }
span { border-color: rgb(193,61,166); }
td.TdClassName
{
border-color: #C13DA6;
}
.TagClassName
{
border-color: #C13DA6;
}
</style>