Shades of Mulberry #C1539B
Tints of Mulberry #C1539B
RGB
CMYK
RGB Variations
Color information
#C1539B (or 0xC1539B) is known color: Mulberry. HEX triplet: C1, 53 and 9B. RGB value is (193,83,155). Sum of RGB (Red+Green+Blue) = 193+83+155=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1539B is #3EAC64. Grayscale: #7B7B7B. Windows color (decimal): -4107365 or 10179521. OLE color: 10179521.
HSL color Cylindrical-coordinate representation of color #C1539B: hue angle of 320.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1539B is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 155 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.24 |
| HSL | 320.73º | 0.47% | 0.54% | - |
| HSV(B) | 320.73º | 0.57% | 0.76% | - |
| XYZ | 31 | 19.89 | 33.22 | - |
| YUV | 124.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 155 | 0 | 0.57 | 0.20 | 0.24 | 320.73 | 0.47 | 0.54 |
| Hex | C1 | 53 | 9B | 0 | 39 | 14 | 18 | 141 | 2F | 36 |
| Octal | 301 | 123 | 233 | 0 | 71 | 24 | 30 | 501 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10011011 | 0 | 111001 | 10100 | 11000 | 101000001 | 101111 | 110110 |
Color Harmonies of #C1539B
Complementary color
Monochromatic Colors of #C1539B
Black with #C1539B
Text Example
Text Example
White with #C1539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1539B; }
p { color: rgb(193,83,155); }
H1.HeaderClassName
{
color: #C1539B;
}
.AnyTagClassName
{
color: #C1539B;
}
</style>
background-color css
<style>
a { background-color: #C1539B; }
a { background-color: rgb(193,83,155); }
div.DivClassName
{
background-color: #C1539B;
}
.BgClassName
{
background-color: #C1539B;
}
</style>
border-color css
<style>
span { border-color: #C1539B; }
span { border-color: rgb(193,83,155); }
td.TdClassName
{
border-color: #C1539B;
}
.TagClassName
{
border-color: #C1539B;
}
</style>