Shades of Mulberry #C13F89
Tints of Mulberry #C13F89
RGB
CMYK
RGB Variations
Color information
#C13F89 (or 0xC13F89) is known color: Mulberry. HEX triplet: C1, 3F and 89. RGB value is (193,63,137). Sum of RGB (Red+Green+Blue) = 193+63+137=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F89 is #3EC076. Grayscale: #6E6E6E. Windows color (decimal): -4112503 or 8994753. OLE color: 8994753.
HSL color Cylindrical-coordinate representation of color #C13F89: hue angle of 325.85º 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 #C13F89 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 137 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.24 |
| HSL | 325.85º | 0.51% | 0.5% | - |
| HSV(B) | 325.85º | 0.67% | 0.76% | - |
| XYZ | 28.29 | 16.7 | 25.4 | - |
| YUV | 110.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 137 | 0 | 0.67 | 0.29 | 0.24 | 325.85 | 0.51 | 0.5 |
| Hex | C1 | 3F | 89 | 0 | 43 | 1D | 18 | 146 | 33 | 32 |
| Octal | 301 | 77 | 211 | 0 | 103 | 35 | 30 | 506 | 63 | 62 |
| Binary | 11000001 | 111111 | 10001001 | 0 | 1000011 | 11101 | 11000 | 101000110 | 110011 | 110010 |
Color Harmonies of #C13F89
Complementary color
Monochromatic Colors of #C13F89
Black with #C13F89
Text Example
Text Example
White with #C13F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F89; }
p { color: rgb(193,63,137); }
H1.HeaderClassName
{
color: #C13F89;
}
.AnyTagClassName
{
color: #C13F89;
}
</style>
background-color css
<style>
a { background-color: #C13F89; }
a { background-color: rgb(193,63,137); }
div.DivClassName
{
background-color: #C13F89;
}
.BgClassName
{
background-color: #C13F89;
}
</style>
border-color css
<style>
span { border-color: #C13F89; }
span { border-color: rgb(193,63,137); }
td.TdClassName
{
border-color: #C13F89;
}
.TagClassName
{
border-color: #C13F89;
}
</style>