Shades of Mulberry #C1529B
Tints of Mulberry #C1529B
RGB
CMYK
RGB Variations
Color information
#C1529B (or 0xC1529B) is known color: Mulberry. HEX triplet: C1, 52 and 9B. RGB value is (193,82,155). Sum of RGB (Red+Green+Blue) = 193+82+155=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1529B is #3EAD64. Grayscale: #7B7B7B. Windows color (decimal): -4107621 or 10179265. OLE color: 10179265.
HSL color Cylindrical-coordinate representation of color #C1529B: hue angle of 320.54º 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 #C1529B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 155 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.24 |
| HSL | 320.54º | 0.47% | 0.54% | - |
| HSV(B) | 320.54º | 0.58% | 0.76% | - |
| XYZ | 30.93 | 19.74 | 33.19 | - |
| YUV | 123.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 155 | 0 | 0.58 | 0.20 | 0.24 | 320.54 | 0.47 | 0.54 |
| Hex | C1 | 52 | 9B | 0 | 3A | 14 | 18 | 141 | 2F | 36 |
| Octal | 301 | 122 | 233 | 0 | 72 | 24 | 30 | 501 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10011011 | 0 | 111010 | 10100 | 11000 | 101000001 | 101111 | 110110 |
Color Harmonies of #C1529B
Complementary color
Monochromatic Colors of #C1529B
Black with #C1529B
Text Example
Text Example
White with #C1529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1529B; }
p { color: rgb(193,82,155); }
H1.HeaderClassName
{
color: #C1529B;
}
.AnyTagClassName
{
color: #C1529B;
}
</style>
background-color css
<style>
a { background-color: #C1529B; }
a { background-color: rgb(193,82,155); }
div.DivClassName
{
background-color: #C1529B;
}
.BgClassName
{
background-color: #C1529B;
}
</style>
border-color css
<style>
span { border-color: #C1529B; }
span { border-color: rgb(193,82,155); }
td.TdClassName
{
border-color: #C1529B;
}
.TagClassName
{
border-color: #C1529B;
}
</style>