Shades of Mulberry #C13E9C
Tints of Mulberry #C13E9C
RGB
CMYK
RGB Variations
Color information
#C13E9C (or 0xC13E9C) is known color: Mulberry. HEX triplet: C1, 3E and 9C. RGB value is (193,62,156). Sum of RGB (Red+Green+Blue) = 193+62+156=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13E9C is #3EC163. Grayscale: #6F6F6F. Windows color (decimal): -4112740 or 10239681. OLE color: 10239681.
HSL color Cylindrical-coordinate representation of color #C13E9C: hue angle of 316.95º degrees, saturation: 0.51, 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 #C13E9C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 156 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.24 |
| HSL | 316.95º | 0.51% | 0.5% | - |
| HSV(B) | 316.95º | 0.68% | 0.76% | - |
| XYZ | 29.72 | 17.18 | 33.2 | - |
| YUV | 111.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 156 | 0 | 0.68 | 0.19 | 0.24 | 316.95 | 0.51 | 0.5 |
| Hex | C1 | 3E | 9C | 0 | 44 | 13 | 18 | 13D | 33 | 32 |
| Octal | 301 | 76 | 234 | 0 | 104 | 23 | 30 | 475 | 63 | 62 |
| Binary | 11000001 | 111110 | 10011100 | 0 | 1000100 | 10011 | 11000 | 100111101 | 110011 | 110010 |
Color Harmonies of #C13E9C
Complementary color
Monochromatic Colors of #C13E9C
Black with #C13E9C
Text Example
Text Example
White with #C13E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E9C; }
p { color: rgb(193,62,156); }
H1.HeaderClassName
{
color: #C13E9C;
}
.AnyTagClassName
{
color: #C13E9C;
}
</style>
background-color css
<style>
a { background-color: #C13E9C; }
a { background-color: rgb(193,62,156); }
div.DivClassName
{
background-color: #C13E9C;
}
.BgClassName
{
background-color: #C13E9C;
}
</style>
border-color css
<style>
span { border-color: #C13E9C; }
span { border-color: rgb(193,62,156); }
td.TdClassName
{
border-color: #C13E9C;
}
.TagClassName
{
border-color: #C13E9C;
}
</style>