Shades of Mulberry #C1528E
Tints of Mulberry #C1528E
RGB
CMYK
RGB Variations
Color information
#C1528E (or 0xC1528E) is known color: Mulberry. HEX triplet: C1, 52 and 8E. RGB value is (193,82,142). Sum of RGB (Red+Green+Blue) = 193+82+142=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528E is #3EAD71. Grayscale: #797979. Windows color (decimal): -4107634 or 9327297. OLE color: 9327297.
HSL color Cylindrical-coordinate representation of color #C1528E: hue angle of 327.57º 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 #C1528E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 142 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.24 |
| HSL | 327.57º | 0.47% | 0.54% | - |
| HSV(B) | 327.57º | 0.58% | 0.76% | - |
| XYZ | 29.89 | 19.33 | 27.75 | - |
| YUV | 122.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 142 | 0 | 0.58 | 0.26 | 0.24 | 327.57 | 0.47 | 0.54 |
| Hex | C1 | 52 | 8E | 0 | 3A | 1A | 18 | 148 | 2F | 36 |
| Octal | 301 | 122 | 216 | 0 | 72 | 32 | 30 | 510 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10001110 | 0 | 111010 | 11010 | 11000 | 101001000 | 101111 | 110110 |
Color Harmonies of #C1528E
Complementary color
Monochromatic Colors of #C1528E
Black with #C1528E
Text Example
Text Example
White with #C1528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1528E; }
p { color: rgb(193,82,142); }
H1.HeaderClassName
{
color: #C1528E;
}
.AnyTagClassName
{
color: #C1528E;
}
</style>
background-color css
<style>
a { background-color: #C1528E; }
a { background-color: rgb(193,82,142); }
div.DivClassName
{
background-color: #C1528E;
}
.BgClassName
{
background-color: #C1528E;
}
</style>
border-color css
<style>
span { border-color: #C1528E; }
span { border-color: rgb(193,82,142); }
td.TdClassName
{
border-color: #C1528E;
}
.TagClassName
{
border-color: #C1528E;
}
</style>