Shades of Mulberry #C15CA1
Tints of Mulberry #C15CA1
RGB
CMYK
RGB Variations
Color information
#C15CA1 (or 0xC15CA1) is known color: Mulberry. HEX triplet: C1, 5C and A1. RGB value is (193,92,161). Sum of RGB (Red+Green+Blue) = 193+92+161=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CA1 is #3EA35E. Grayscale: #818181. Windows color (decimal): -4105055 or 10575041. OLE color: 10575041.
HSL color Cylindrical-coordinate representation of color #C15CA1: hue angle of 319.01º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15CA1 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 161 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.24 |
| HSL | 319.01º | 0.45% | 0.56% | - |
| HSV(B) | 319.01º | 0.52% | 0.76% | - |
| XYZ | 32.25 | 21.56 | 36.18 | - |
| YUV | 130.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 161 | 0 | 0.52 | 0.17 | 0.24 | 319.01 | 0.45 | 0.56 |
| Hex | C1 | 5C | A1 | 0 | 34 | 11 | 18 | 13F | 2D | 38 |
| Octal | 301 | 134 | 241 | 0 | 64 | 21 | 30 | 477 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10100001 | 0 | 110100 | 10001 | 11000 | 100111111 | 101101 | 111000 |
Color Harmonies of #C15CA1
Complementary color
Monochromatic Colors of #C15CA1
Black with #C15CA1
Text Example
Text Example
White with #C15CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CA1; }
p { color: rgb(193,92,161); }
H1.HeaderClassName
{
color: #C15CA1;
}
.AnyTagClassName
{
color: #C15CA1;
}
</style>
background-color css
<style>
a { background-color: #C15CA1; }
a { background-color: rgb(193,92,161); }
div.DivClassName
{
background-color: #C15CA1;
}
.BgClassName
{
background-color: #C15CA1;
}
</style>
border-color css
<style>
span { border-color: #C15CA1; }
span { border-color: rgb(193,92,161); }
td.TdClassName
{
border-color: #C15CA1;
}
.TagClassName
{
border-color: #C15CA1;
}
</style>