Shades of Mulberry #C13D9B
Tints of Mulberry #C13D9B
RGB
CMYK
RGB Variations
Color information
#C13D9B (or 0xC13D9B) is known color: Mulberry. HEX triplet: C1, 3D and 9B. RGB value is (193,61,155). Sum of RGB (Red+Green+Blue) = 193+61+155=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D9B is #3EC264. Grayscale: #6E6E6E. Windows color (decimal): -4112997 or 10173889. OLE color: 10173889.
HSL color Cylindrical-coordinate representation of color #C13D9B: hue angle of 317.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 #C13D9B is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 155 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.24 |
| HSL | 317.27º | 0.52% | 0.5% | - |
| HSV(B) | 317.27º | 0.68% | 0.76% | - |
| XYZ | 29.58 | 17.04 | 32.74 | - |
| YUV | 111.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 155 | 0 | 0.68 | 0.20 | 0.24 | 317.27 | 0.52 | 0.5 |
| Hex | C1 | 3D | 9B | 0 | 44 | 14 | 18 | 13D | 34 | 32 |
| Octal | 301 | 75 | 233 | 0 | 104 | 24 | 30 | 475 | 64 | 62 |
| Binary | 11000001 | 111101 | 10011011 | 0 | 1000100 | 10100 | 11000 | 100111101 | 110100 | 110010 |
Color Harmonies of #C13D9B
Complementary color
Monochromatic Colors of #C13D9B
Black with #C13D9B
Text Example
Text Example
White with #C13D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D9B; }
p { color: rgb(193,61,155); }
H1.HeaderClassName
{
color: #C13D9B;
}
.AnyTagClassName
{
color: #C13D9B;
}
</style>
background-color css
<style>
a { background-color: #C13D9B; }
a { background-color: rgb(193,61,155); }
div.DivClassName
{
background-color: #C13D9B;
}
.BgClassName
{
background-color: #C13D9B;
}
</style>
border-color css
<style>
span { border-color: #C13D9B; }
span { border-color: rgb(193,61,155); }
td.TdClassName
{
border-color: #C13D9B;
}
.TagClassName
{
border-color: #C13D9B;
}
</style>