Shades of Mulberry #C15FA1
Tints of Mulberry #C15FA1
RGB
CMYK
RGB Variations
Color information
#C15FA1 (or 0xC15FA1) is known color: Mulberry. HEX triplet: C1, 5F and A1. RGB value is (193,95,161). Sum of RGB (Red+Green+Blue) = 193+95+161=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FA1 is #3EA05E. Grayscale: #838383. Windows color (decimal): -4104287 or 10575809. OLE color: 10575809.
HSL color Cylindrical-coordinate representation of color #C15FA1: hue angle of 319.59º 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 #C15FA1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 161 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.24 |
| HSL | 319.59º | 0.44% | 0.56% | - |
| HSV(B) | 319.59º | 0.51% | 0.76% | - |
| XYZ | 32.52 | 22.1 | 36.27 | - |
| YUV | 131.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 161 | 0 | 0.51 | 0.17 | 0.24 | 319.59 | 0.44 | 0.56 |
| Hex | C1 | 5F | A1 | 0 | 33 | 11 | 18 | 140 | 2C | 38 |
| Octal | 301 | 137 | 241 | 0 | 63 | 21 | 30 | 500 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10100001 | 0 | 110011 | 10001 | 11000 | 101000000 | 101100 | 111000 |
Color Harmonies of #C15FA1
Complementary color
Monochromatic Colors of #C15FA1
Black with #C15FA1
Text Example
Text Example
White with #C15FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FA1; }
p { color: rgb(193,95,161); }
H1.HeaderClassName
{
color: #C15FA1;
}
.AnyTagClassName
{
color: #C15FA1;
}
</style>
background-color css
<style>
a { background-color: #C15FA1; }
a { background-color: rgb(193,95,161); }
div.DivClassName
{
background-color: #C15FA1;
}
.BgClassName
{
background-color: #C15FA1;
}
</style>
border-color css
<style>
span { border-color: #C15FA1; }
span { border-color: rgb(193,95,161); }
td.TdClassName
{
border-color: #C15FA1;
}
.TagClassName
{
border-color: #C15FA1;
}
</style>