Shades of Mulberry #C1518E
Tints of Mulberry #C1518E
RGB
CMYK
RGB Variations
Color information
#C1518E (or 0xC1518E) is known color: Mulberry. HEX triplet: C1, 51 and 8E. RGB value is (193,81,142). Sum of RGB (Red+Green+Blue) = 193+81+142=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1518E is #3EAE71. Grayscale: #797979. Windows color (decimal): -4107890 or 9327041. OLE color: 9327041.
HSL color Cylindrical-coordinate representation of color #C1518E: hue angle of 327.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1518E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 142 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.24 |
| HSL | 327.32º | 0.47% | 0.54% | - |
| HSV(B) | 327.32º | 0.58% | 0.76% | - |
| XYZ | 29.82 | 19.18 | 27.72 | - |
| YUV | 121.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 142 | 0 | 0.58 | 0.26 | 0.24 | 327.32 | 0.47 | 0.54 |
| Hex | C1 | 51 | 8E | 0 | 3A | 1A | 18 | 147 | 2F | 36 |
| Octal | 301 | 121 | 216 | 0 | 72 | 32 | 30 | 507 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10001110 | 0 | 111010 | 11010 | 11000 | 101000111 | 101111 | 110110 |
Color Harmonies of #C1518E
Complementary color
Monochromatic Colors of #C1518E
Black with #C1518E
Text Example
Text Example
White with #C1518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1518E; }
p { color: rgb(193,81,142); }
H1.HeaderClassName
{
color: #C1518E;
}
.AnyTagClassName
{
color: #C1518E;
}
</style>
background-color css
<style>
a { background-color: #C1518E; }
a { background-color: rgb(193,81,142); }
div.DivClassName
{
background-color: #C1518E;
}
.BgClassName
{
background-color: #C1518E;
}
</style>
border-color css
<style>
span { border-color: #C1518E; }
span { border-color: rgb(193,81,142); }
td.TdClassName
{
border-color: #C1518E;
}
.TagClassName
{
border-color: #C1518E;
}
</style>