Shades of Mulberry #C251A6
Tints of Mulberry #C251A6
RGB
CMYK
RGB Variations
Color information
#C251A6 (or 0xC251A6) is known color: Mulberry. HEX triplet: C2, 51 and A6. RGB value is (194,81,166). Sum of RGB (Red+Green+Blue) = 194+81+166=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A6 is #3DAE59. Grayscale: #7C7C7C. Windows color (decimal): -4042330 or 10899906. OLE color: 10899906.
HSL color Cylindrical-coordinate representation of color #C251A6: hue angle of 314.87º 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 #C251A6 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 166 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.24 |
| HSL | 314.87º | 0.48% | 0.54% | - |
| HSV(B) | 314.87º | 0.58% | 0.76% | - |
| XYZ | 32.07 | 20.11 | 38.27 | - |
| YUV | 124.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 166 | 0 | 0.58 | 0.14 | 0.24 | 314.87 | 0.48 | 0.54 |
| Hex | C2 | 51 | A6 | 0 | 3A | E | 18 | 13B | 30 | 36 |
| Octal | 302 | 121 | 246 | 0 | 72 | 16 | 30 | 473 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10100110 | 0 | 111010 | 1110 | 11000 | 100111011 | 110000 | 110110 |
Color Harmonies of #C251A6
Complementary color
Monochromatic Colors of #C251A6
Black with #C251A6
Text Example
Text Example
White with #C251A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251A6; }
p { color: rgb(194,81,166); }
H1.HeaderClassName
{
color: #C251A6;
}
.AnyTagClassName
{
color: #C251A6;
}
</style>
background-color css
<style>
a { background-color: #C251A6; }
a { background-color: rgb(194,81,166); }
div.DivClassName
{
background-color: #C251A6;
}
.BgClassName
{
background-color: #C251A6;
}
</style>
border-color css
<style>
span { border-color: #C251A6; }
span { border-color: rgb(194,81,166); }
td.TdClassName
{
border-color: #C251A6;
}
.TagClassName
{
border-color: #C251A6;
}
</style>