Shades of Mulberry #C13CA3
Tints of Mulberry #C13CA3
RGB
CMYK
RGB Variations
Color information
#C13CA3 (or 0xC13CA3) is known color: Mulberry. HEX triplet: C1, 3C and A3. RGB value is (193,60,163). Sum of RGB (Red+Green+Blue) = 193+60+163=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13CA3 is #3EC35C. Grayscale: #6F6F6F. Windows color (decimal): -4113245 or 10697921. OLE color: 10697921.
HSL color Cylindrical-coordinate representation of color #C13CA3: hue angle of 313.53º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13CA3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 163 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.24 |
| HSL | 313.53º | 0.53% | 0.5% | - |
| HSV(B) | 313.53º | 0.69% | 0.76% | - |
| XYZ | 30.22 | 17.21 | 36.38 | - |
| YUV | 111.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 163 | 0 | 0.69 | 0.16 | 0.24 | 313.53 | 0.53 | 0.5 |
| Hex | C1 | 3C | A3 | 0 | 45 | 10 | 18 | 13A | 35 | 32 |
| Octal | 301 | 74 | 243 | 0 | 105 | 20 | 30 | 472 | 65 | 62 |
| Binary | 11000001 | 111100 | 10100011 | 0 | 1000101 | 10000 | 11000 | 100111010 | 110101 | 110010 |
Color Harmonies of #C13CA3
Complementary color
Monochromatic Colors of #C13CA3
Black with #C13CA3
Text Example
Text Example
White with #C13CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CA3; }
p { color: rgb(193,60,163); }
H1.HeaderClassName
{
color: #C13CA3;
}
.AnyTagClassName
{
color: #C13CA3;
}
</style>
background-color css
<style>
a { background-color: #C13CA3; }
a { background-color: rgb(193,60,163); }
div.DivClassName
{
background-color: #C13CA3;
}
.BgClassName
{
background-color: #C13CA3;
}
</style>
border-color css
<style>
span { border-color: #C13CA3; }
span { border-color: rgb(193,60,163); }
td.TdClassName
{
border-color: #C13CA3;
}
.TagClassName
{
border-color: #C13CA3;
}
</style>