Shades of Mulberry #C251A1
Tints of Mulberry #C251A1
RGB
CMYK
RGB Variations
Color information
#C251A1 (or 0xC251A1) is known color: Mulberry. HEX triplet: C2, 51 and A1. RGB value is (194,81,161). Sum of RGB (Red+Green+Blue) = 194+81+161=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A1 is #3DAE5E. Grayscale: #7B7B7B. Windows color (decimal): -4042335 or 10572226. OLE color: 10572226.
HSL color Cylindrical-coordinate representation of color #C251A1: hue angle of 317.52º degrees, saturation: 0.48, 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 #C251A1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 161 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.52º | 0.48% | 0.54% | - |
| HSV(B) | 317.52º | 0.58% | 0.76% | - |
| XYZ | 31.62 | 19.93 | 35.9 | - |
| YUV | 123.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 161 | 0 | 0.58 | 0.17 | 0.24 | 317.52 | 0.48 | 0.54 |
| Hex | C2 | 51 | A1 | 0 | 3A | 11 | 18 | 13E | 30 | 36 |
| Octal | 302 | 121 | 241 | 0 | 72 | 21 | 30 | 476 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10100001 | 0 | 111010 | 10001 | 11000 | 100111110 | 110000 | 110110 |
Color Harmonies of #C251A1
Complementary color
Monochromatic Colors of #C251A1
Black with #C251A1
Text Example
Text Example
White with #C251A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251A1; }
p { color: rgb(194,81,161); }
H1.HeaderClassName
{
color: #C251A1;
}
.AnyTagClassName
{
color: #C251A1;
}
</style>
background-color css
<style>
a { background-color: #C251A1; }
a { background-color: rgb(194,81,161); }
div.DivClassName
{
background-color: #C251A1;
}
.BgClassName
{
background-color: #C251A1;
}
</style>
border-color css
<style>
span { border-color: #C251A1; }
span { border-color: rgb(194,81,161); }
td.TdClassName
{
border-color: #C251A1;
}
.TagClassName
{
border-color: #C251A1;
}
</style>