Shades of Mulberry #C152A1
Tints of Mulberry #C152A1
RGB
CMYK
RGB Variations
Color information
#C152A1 (or 0xC152A1) is known color: Mulberry. HEX triplet: C1, 52 and A1. RGB value is (193,82,161). Sum of RGB (Red+Green+Blue) = 193+82+161=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C152A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152A1 is #3EAD5E. Grayscale: #7B7B7B. Windows color (decimal): -4107615 or 10572481. OLE color: 10572481.
HSL color Cylindrical-coordinate representation of color #C152A1: hue angle of 317.3º 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 #C152A1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 161 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.3º | 0.47% | 0.54% | - |
| HSV(B) | 317.3º | 0.58% | 0.76% | - |
| XYZ | 31.44 | 19.95 | 35.91 | - |
| YUV | 124.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 161 | 0 | 0.58 | 0.17 | 0.24 | 317.3 | 0.47 | 0.54 |
| Hex | C1 | 52 | A1 | 0 | 3A | 11 | 18 | 13D | 2F | 36 |
| Octal | 301 | 122 | 241 | 0 | 72 | 21 | 30 | 475 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10100001 | 0 | 111010 | 10001 | 11000 | 100111101 | 101111 | 110110 |
Color Harmonies of #C152A1
Complementary color
Monochromatic Colors of #C152A1
Black with #C152A1
Text Example
Text Example
White with #C152A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152A1; }
p { color: rgb(193,82,161); }
H1.HeaderClassName
{
color: #C152A1;
}
.AnyTagClassName
{
color: #C152A1;
}
</style>
background-color css
<style>
a { background-color: #C152A1; }
a { background-color: rgb(193,82,161); }
div.DivClassName
{
background-color: #C152A1;
}
.BgClassName
{
background-color: #C152A1;
}
</style>
border-color css
<style>
span { border-color: #C152A1; }
span { border-color: rgb(193,82,161); }
td.TdClassName
{
border-color: #C152A1;
}
.TagClassName
{
border-color: #C152A1;
}
</style>