Shades of Mulberry #C1538A
Tints of Mulberry #C1538A
RGB
CMYK
RGB Variations
Color information
#C1538A (or 0xC1538A) is known color: Mulberry. HEX triplet: C1, 53 and 8A. RGB value is (193,83,138). Sum of RGB (Red+Green+Blue) = 193+83+138=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1538A is #3EAC75. Grayscale: #7A7A7A. Windows color (decimal): -4107382 or 9065409. OLE color: 9065409.
HSL color Cylindrical-coordinate representation of color #C1538A: hue angle of 330º 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 #C1538A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 138 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.24 |
| HSL | 330º | 0.47% | 0.54% | - |
| HSV(B) | 330º | 0.57% | 0.76% | - |
| XYZ | 29.67 | 19.36 | 26.22 | - |
| YUV | 122.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 138 | 0 | 0.57 | 0.28 | 0.24 | 330 | 0.47 | 0.54 |
| Hex | C1 | 53 | 8A | 0 | 39 | 1C | 18 | 14A | 2F | 36 |
| Octal | 301 | 123 | 212 | 0 | 71 | 34 | 30 | 512 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10001010 | 0 | 111001 | 11100 | 11000 | 101001010 | 101111 | 110110 |
Color Harmonies of #C1538A
Complementary color
Monochromatic Colors of #C1538A
Black with #C1538A
Text Example
Text Example
White with #C1538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1538A; }
p { color: rgb(193,83,138); }
H1.HeaderClassName
{
color: #C1538A;
}
.AnyTagClassName
{
color: #C1538A;
}
</style>
background-color css
<style>
a { background-color: #C1538A; }
a { background-color: rgb(193,83,138); }
div.DivClassName
{
background-color: #C1538A;
}
.BgClassName
{
background-color: #C1538A;
}
</style>
border-color css
<style>
span { border-color: #C1538A; }
span { border-color: rgb(193,83,138); }
td.TdClassName
{
border-color: #C1538A;
}
.TagClassName
{
border-color: #C1538A;
}
</style>