Shades of Mulberry #C1479B
Tints of Mulberry #C1479B
RGB
CMYK
RGB Variations
Color information
#C1479B (or 0xC1479B) is known color: Mulberry. HEX triplet: C1, 47 and 9B. RGB value is (193,71,155). Sum of RGB (Red+Green+Blue) = 193+71+155=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1479B is #3EB864. Grayscale: #747474. Windows color (decimal): -4110437 or 10176449. OLE color: 10176449.
HSL color Cylindrical-coordinate representation of color #C1479B: hue angle of 318.69º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1479B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 155 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.24 |
| HSL | 318.69º | 0.5% | 0.52% | - |
| HSV(B) | 318.69º | 0.63% | 0.76% | - |
| XYZ | 30.16 | 18.21 | 32.94 | - |
| YUV | 117.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 155 | 0 | 0.63 | 0.20 | 0.24 | 318.69 | 0.5 | 0.52 |
| Hex | C1 | 47 | 9B | 0 | 3F | 14 | 18 | 13F | 32 | 34 |
| Octal | 301 | 107 | 233 | 0 | 77 | 24 | 30 | 477 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10011011 | 0 | 111111 | 10100 | 11000 | 100111111 | 110010 | 110100 |
Color Harmonies of #C1479B
Complementary color
Monochromatic Colors of #C1479B
Black with #C1479B
Text Example
Text Example
White with #C1479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1479B; }
p { color: rgb(193,71,155); }
H1.HeaderClassName
{
color: #C1479B;
}
.AnyTagClassName
{
color: #C1479B;
}
</style>
background-color css
<style>
a { background-color: #C1479B; }
a { background-color: rgb(193,71,155); }
div.DivClassName
{
background-color: #C1479B;
}
.BgClassName
{
background-color: #C1479B;
}
</style>
border-color css
<style>
span { border-color: #C1479B; }
span { border-color: rgb(193,71,155); }
td.TdClassName
{
border-color: #C1479B;
}
.TagClassName
{
border-color: #C1479B;
}
</style>