Shades of Mulberry #C13D9E
Tints of Mulberry #C13D9E
RGB
CMYK
RGB Variations
Color information
#C13D9E (or 0xC13D9E) is known color: Mulberry. HEX triplet: C1, 3D and 9E. RGB value is (193,61,158). Sum of RGB (Red+Green+Blue) = 193+61+158=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D9E is #3EC261. Grayscale: #6F6F6F. Windows color (decimal): -4112994 or 10370497. OLE color: 10370497.
HSL color Cylindrical-coordinate representation of color #C13D9E: hue angle of 315.91º 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 #C13D9E is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 158 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.24 |
| HSL | 315.91º | 0.52% | 0.5% | - |
| HSV(B) | 315.91º | 0.68% | 0.76% | - |
| XYZ | 29.83 | 17.14 | 34.08 | - |
| YUV | 111.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 158 | 0 | 0.68 | 0.18 | 0.24 | 315.91 | 0.52 | 0.5 |
| Hex | C1 | 3D | 9E | 0 | 44 | 12 | 18 | 13C | 34 | 32 |
| Octal | 301 | 75 | 236 | 0 | 104 | 22 | 30 | 474 | 64 | 62 |
| Binary | 11000001 | 111101 | 10011110 | 0 | 1000100 | 10010 | 11000 | 100111100 | 110100 | 110010 |
Color Harmonies of #C13D9E
Complementary color
Monochromatic Colors of #C13D9E
Black with #C13D9E
Text Example
Text Example
White with #C13D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D9E; }
p { color: rgb(193,61,158); }
H1.HeaderClassName
{
color: #C13D9E;
}
.AnyTagClassName
{
color: #C13D9E;
}
</style>
background-color css
<style>
a { background-color: #C13D9E; }
a { background-color: rgb(193,61,158); }
div.DivClassName
{
background-color: #C13D9E;
}
.BgClassName
{
background-color: #C13D9E;
}
</style>
border-color css
<style>
span { border-color: #C13D9E; }
span { border-color: rgb(193,61,158); }
td.TdClassName
{
border-color: #C13D9E;
}
.TagClassName
{
border-color: #C13D9E;
}
</style>