Shades of Mulberry #C13C9F
Tints of Mulberry #C13C9F
RGB
CMYK
RGB Variations
Color information
#C13C9F (or 0xC13C9F) is known color: Mulberry. HEX triplet: C1, 3C and 9F. RGB value is (193,60,159). Sum of RGB (Red+Green+Blue) = 193+60+159=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13C9F is #3EC360. Grayscale: #6E6E6E. Windows color (decimal): -4113249 or 10435777. OLE color: 10435777.
HSL color Cylindrical-coordinate representation of color #C13C9F: hue angle of 315.34º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C9F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 159 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.24 |
| HSL | 315.34º | 0.53% | 0.5% | - |
| HSV(B) | 315.34º | 0.69% | 0.76% | - |
| XYZ | 29.87 | 17.07 | 34.52 | - |
| YUV | 111.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 159 | 0 | 0.69 | 0.18 | 0.24 | 315.34 | 0.53 | 0.5 |
| Hex | C1 | 3C | 9F | 0 | 45 | 12 | 18 | 13B | 35 | 32 |
| Octal | 301 | 74 | 237 | 0 | 105 | 22 | 30 | 473 | 65 | 62 |
| Binary | 11000001 | 111100 | 10011111 | 0 | 1000101 | 10010 | 11000 | 100111011 | 110101 | 110010 |
Color Harmonies of #C13C9F
Complementary color
Monochromatic Colors of #C13C9F
Black with #C13C9F
Text Example
Text Example
White with #C13C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C9F; }
p { color: rgb(193,60,159); }
H1.HeaderClassName
{
color: #C13C9F;
}
.AnyTagClassName
{
color: #C13C9F;
}
</style>
background-color css
<style>
a { background-color: #C13C9F; }
a { background-color: rgb(193,60,159); }
div.DivClassName
{
background-color: #C13C9F;
}
.BgClassName
{
background-color: #C13C9F;
}
</style>
border-color css
<style>
span { border-color: #C13C9F; }
span { border-color: rgb(193,60,159); }
td.TdClassName
{
border-color: #C13C9F;
}
.TagClassName
{
border-color: #C13C9F;
}
</style>