Shades of Mulberry #C13F93
Tints of Mulberry #C13F93
RGB
CMYK
RGB Variations
Color information
#C13F93 (or 0xC13F93) is known color: Mulberry. HEX triplet: C1, 3F and 93. RGB value is (193,63,147). Sum of RGB (Red+Green+Blue) = 193+63+147=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F93 is #3EC06C. Grayscale: #6F6F6F. Windows color (decimal): -4112493 or 9650113. OLE color: 9650113.
HSL color Cylindrical-coordinate representation of color #C13F93: hue angle of 321.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 #C13F93 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 147 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.24 |
| HSL | 321.23º | 0.51% | 0.5% | - |
| HSV(B) | 321.23º | 0.67% | 0.76% | - |
| XYZ | 29.04 | 17 | 29.35 | - |
| YUV | 111.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 147 | 0 | 0.67 | 0.24 | 0.24 | 321.23 | 0.51 | 0.5 |
| Hex | C1 | 3F | 93 | 0 | 43 | 18 | 18 | 141 | 33 | 32 |
| Octal | 301 | 77 | 223 | 0 | 103 | 30 | 30 | 501 | 63 | 62 |
| Binary | 11000001 | 111111 | 10010011 | 0 | 1000011 | 11000 | 11000 | 101000001 | 110011 | 110010 |
Color Harmonies of #C13F93
Complementary color
Monochromatic Colors of #C13F93
Black with #C13F93
Text Example
Text Example
White with #C13F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F93; }
p { color: rgb(193,63,147); }
H1.HeaderClassName
{
color: #C13F93;
}
.AnyTagClassName
{
color: #C13F93;
}
</style>
background-color css
<style>
a { background-color: #C13F93; }
a { background-color: rgb(193,63,147); }
div.DivClassName
{
background-color: #C13F93;
}
.BgClassName
{
background-color: #C13F93;
}
</style>
border-color css
<style>
span { border-color: #C13F93; }
span { border-color: rgb(193,63,147); }
td.TdClassName
{
border-color: #C13F93;
}
.TagClassName
{
border-color: #C13F93;
}
</style>