Shades of Mulberry #C13F8F
Tints of Mulberry #C13F8F
RGB
CMYK
RGB Variations
Color information
#C13F8F (or 0xC13F8F) is known color: Mulberry. HEX triplet: C1, 3F and 8F. RGB value is (193,63,143). Sum of RGB (Red+Green+Blue) = 193+63+143=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F8F is #3EC070. Grayscale: #6E6E6E. Windows color (decimal): -4112497 or 9387969. OLE color: 9387969.
HSL color Cylindrical-coordinate representation of color #C13F8F: hue angle of 323.08º 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 #C13F8F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 143 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.24 |
| HSL | 323.08º | 0.51% | 0.5% | - |
| HSV(B) | 323.08º | 0.67% | 0.76% | - |
| XYZ | 28.73 | 16.88 | 27.73 | - |
| YUV | 110.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 143 | 0 | 0.67 | 0.26 | 0.24 | 323.08 | 0.51 | 0.5 |
| Hex | C1 | 3F | 8F | 0 | 43 | 1A | 18 | 143 | 33 | 32 |
| Octal | 301 | 77 | 217 | 0 | 103 | 32 | 30 | 503 | 63 | 62 |
| Binary | 11000001 | 111111 | 10001111 | 0 | 1000011 | 11010 | 11000 | 101000011 | 110011 | 110010 |
Color Harmonies of #C13F8F
Complementary color
Monochromatic Colors of #C13F8F
Black with #C13F8F
Text Example
Text Example
White with #C13F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F8F; }
p { color: rgb(193,63,143); }
H1.HeaderClassName
{
color: #C13F8F;
}
.AnyTagClassName
{
color: #C13F8F;
}
</style>
background-color css
<style>
a { background-color: #C13F8F; }
a { background-color: rgb(193,63,143); }
div.DivClassName
{
background-color: #C13F8F;
}
.BgClassName
{
background-color: #C13F8F;
}
</style>
border-color css
<style>
span { border-color: #C13F8F; }
span { border-color: rgb(193,63,143); }
td.TdClassName
{
border-color: #C13F8F;
}
.TagClassName
{
border-color: #C13F8F;
}
</style>