Shades of Mulberry #C13FA0
Tints of Mulberry #C13FA0
RGB
CMYK
RGB Variations
Color information
#C13FA0 (or 0xC13FA0) is known color: Mulberry. HEX triplet: C1, 3F and A0. RGB value is (193,63,160). Sum of RGB (Red+Green+Blue) = 193+63+160=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA0 is #3EC05F. Grayscale: #707070. Windows color (decimal): -4112480 or 10502081. OLE color: 10502081.
HSL color Cylindrical-coordinate representation of color #C13FA0: hue angle of 315.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13FA0 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 160 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.24 |
| HSL | 315.23º | 0.51% | 0.5% | - |
| HSV(B) | 315.23º | 0.67% | 0.76% | - |
| XYZ | 30.11 | 17.43 | 35.03 | - |
| YUV | 112.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 160 | 0 | 0.67 | 0.17 | 0.24 | 315.23 | 0.51 | 0.5 |
| Hex | C1 | 3F | A0 | 0 | 43 | 11 | 18 | 13B | 33 | 32 |
| Octal | 301 | 77 | 240 | 0 | 103 | 21 | 30 | 473 | 63 | 62 |
| Binary | 11000001 | 111111 | 10100000 | 0 | 1000011 | 10001 | 11000 | 100111011 | 110011 | 110010 |
Color Harmonies of #C13FA0
Complementary color
Monochromatic Colors of #C13FA0
Black with #C13FA0
Text Example
Text Example
White with #C13FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13FA0; }
p { color: rgb(193,63,160); }
H1.HeaderClassName
{
color: #C13FA0;
}
.AnyTagClassName
{
color: #C13FA0;
}
</style>
background-color css
<style>
a { background-color: #C13FA0; }
a { background-color: rgb(193,63,160); }
div.DivClassName
{
background-color: #C13FA0;
}
.BgClassName
{
background-color: #C13FA0;
}
</style>
border-color css
<style>
span { border-color: #C13FA0; }
span { border-color: rgb(193,63,160); }
td.TdClassName
{
border-color: #C13FA0;
}
.TagClassName
{
border-color: #C13FA0;
}
</style>