Shades of Mulberry #C13F9F
Tints of Mulberry #C13F9F
RGB
CMYK
RGB Variations
Color information
#C13F9F (or 0xC13F9F) is known color: Mulberry. HEX triplet: C1, 3F and 9F. RGB value is (193,63,159). Sum of RGB (Red+Green+Blue) = 193+63+159=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F9F is #3EC060. Grayscale: #707070. Windows color (decimal): -4112481 or 10436545. OLE color: 10436545.
HSL color Cylindrical-coordinate representation of color #C13F9F: hue angle of 315.69º 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 #C13F9F is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 159 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.24 |
| HSL | 315.69º | 0.51% | 0.5% | - |
| HSV(B) | 315.69º | 0.67% | 0.76% | - |
| XYZ | 30.03 | 17.4 | 34.58 | - |
| YUV | 112.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 159 | 0 | 0.67 | 0.18 | 0.24 | 315.69 | 0.51 | 0.5 |
| Hex | C1 | 3F | 9F | 0 | 43 | 12 | 18 | 13C | 33 | 32 |
| Octal | 301 | 77 | 237 | 0 | 103 | 22 | 30 | 474 | 63 | 62 |
| Binary | 11000001 | 111111 | 10011111 | 0 | 1000011 | 10010 | 11000 | 100111100 | 110011 | 110010 |
Color Harmonies of #C13F9F
Complementary color
Monochromatic Colors of #C13F9F
Black with #C13F9F
Text Example
Text Example
White with #C13F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F9F; }
p { color: rgb(193,63,159); }
H1.HeaderClassName
{
color: #C13F9F;
}
.AnyTagClassName
{
color: #C13F9F;
}
</style>
background-color css
<style>
a { background-color: #C13F9F; }
a { background-color: rgb(193,63,159); }
div.DivClassName
{
background-color: #C13F9F;
}
.BgClassName
{
background-color: #C13F9F;
}
</style>
border-color css
<style>
span { border-color: #C13F9F; }
span { border-color: rgb(193,63,159); }
td.TdClassName
{
border-color: #C13F9F;
}
.TagClassName
{
border-color: #C13F9F;
}
</style>