Shades of Mulberry #C1518A
Tints of Mulberry #C1518A
RGB
CMYK
RGB Variations
Color information
#C1518A (or 0xC1518A) is known color: Mulberry. HEX triplet: C1, 51 and 8A. RGB value is (193,81,138). Sum of RGB (Red+Green+Blue) = 193+81+138=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1518A is #3EAE75. Grayscale: #787878. Windows color (decimal): -4107894 or 9064897. OLE color: 9064897.
HSL color Cylindrical-coordinate representation of color #C1518A: hue angle of 329.46º 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 #C1518A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 138 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.24 |
| HSL | 329.46º | 0.47% | 0.54% | - |
| HSV(B) | 329.46º | 0.58% | 0.76% | - |
| XYZ | 29.52 | 19.06 | 26.17 | - |
| YUV | 120.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 138 | 0 | 0.58 | 0.28 | 0.24 | 329.46 | 0.47 | 0.54 |
| Hex | C1 | 51 | 8A | 0 | 3A | 1C | 18 | 149 | 2F | 36 |
| Octal | 301 | 121 | 212 | 0 | 72 | 34 | 30 | 511 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10001010 | 0 | 111010 | 11100 | 11000 | 101001001 | 101111 | 110110 |
Color Harmonies of #C1518A
Complementary color
Monochromatic Colors of #C1518A
Black with #C1518A
Text Example
Text Example
White with #C1518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1518A; }
p { color: rgb(193,81,138); }
H1.HeaderClassName
{
color: #C1518A;
}
.AnyTagClassName
{
color: #C1518A;
}
</style>
background-color css
<style>
a { background-color: #C1518A; }
a { background-color: rgb(193,81,138); }
div.DivClassName
{
background-color: #C1518A;
}
.BgClassName
{
background-color: #C1518A;
}
</style>
border-color css
<style>
span { border-color: #C1518A; }
span { border-color: rgb(193,81,138); }
td.TdClassName
{
border-color: #C1518A;
}
.TagClassName
{
border-color: #C1518A;
}
</style>