Shades of Mulberry #C1528D
Tints of Mulberry #C1528D
RGB
CMYK
RGB Variations
Color information
#C1528D (or 0xC1528D) is known color: Mulberry. HEX triplet: C1, 52 and 8D. RGB value is (193,82,141). Sum of RGB (Red+Green+Blue) = 193+82+141=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528D is #3EAD72. Grayscale: #797979. Windows color (decimal): -4107635 or 9261761. OLE color: 9261761.
HSL color Cylindrical-coordinate representation of color #C1528D: hue angle of 328.11º 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 #C1528D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 141 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.24 |
| HSL | 328.11º | 0.47% | 0.54% | - |
| HSV(B) | 328.11º | 0.58% | 0.76% | - |
| XYZ | 29.82 | 19.3 | 27.35 | - |
| YUV | 121.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 141 | 0 | 0.58 | 0.27 | 0.24 | 328.11 | 0.47 | 0.54 |
| Hex | C1 | 52 | 8D | 0 | 3A | 1B | 18 | 148 | 2F | 36 |
| Octal | 301 | 122 | 215 | 0 | 72 | 33 | 30 | 510 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10001101 | 0 | 111010 | 11011 | 11000 | 101001000 | 101111 | 110110 |
Color Harmonies of #C1528D
Complementary color
Monochromatic Colors of #C1528D
Black with #C1528D
Text Example
Text Example
White with #C1528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1528D; }
p { color: rgb(193,82,141); }
H1.HeaderClassName
{
color: #C1528D;
}
.AnyTagClassName
{
color: #C1528D;
}
</style>
background-color css
<style>
a { background-color: #C1528D; }
a { background-color: rgb(193,82,141); }
div.DivClassName
{
background-color: #C1528D;
}
.BgClassName
{
background-color: #C1528D;
}
</style>
border-color css
<style>
span { border-color: #C1528D; }
span { border-color: rgb(193,82,141); }
td.TdClassName
{
border-color: #C1528D;
}
.TagClassName
{
border-color: #C1528D;
}
</style>