Shades of Mulberry #C15FA3
Tints of Mulberry #C15FA3
RGB
CMYK
RGB Variations
Color information
#C15FA3 (or 0xC15FA3) is known color: Mulberry. HEX triplet: C1, 5F and A3. RGB value is (193,95,163). Sum of RGB (Red+Green+Blue) = 193+95+163=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA3 is #3EA05C. Grayscale: #838383. Windows color (decimal): -4104285 or 10706881. OLE color: 10706881.
HSL color Cylindrical-coordinate representation of color #C15FA3: hue angle of 318.37º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15FA3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 163 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.24 |
| HSL | 318.37º | 0.44% | 0.56% | - |
| HSV(B) | 318.37º | 0.51% | 0.76% | - |
| XYZ | 32.7 | 22.17 | 37.21 | - |
| YUV | 132.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 163 | 0 | 0.51 | 0.16 | 0.24 | 318.37 | 0.44 | 0.56 |
| Hex | C1 | 5F | A3 | 0 | 33 | 10 | 18 | 13E | 2C | 38 |
| Octal | 301 | 137 | 243 | 0 | 63 | 20 | 30 | 476 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10100011 | 0 | 110011 | 10000 | 11000 | 100111110 | 101100 | 111000 |
Color Harmonies of #C15FA3
Complementary color
Monochromatic Colors of #C15FA3
Black with #C15FA3
Text Example
Text Example
White with #C15FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FA3; }
p { color: rgb(193,95,163); }
H1.HeaderClassName
{
color: #C15FA3;
}
.AnyTagClassName
{
color: #C15FA3;
}
</style>
background-color css
<style>
a { background-color: #C15FA3; }
a { background-color: rgb(193,95,163); }
div.DivClassName
{
background-color: #C15FA3;
}
.BgClassName
{
background-color: #C15FA3;
}
</style>
border-color css
<style>
span { border-color: #C15FA3; }
span { border-color: rgb(193,95,163); }
td.TdClassName
{
border-color: #C15FA3;
}
.TagClassName
{
border-color: #C15FA3;
}
</style>