Shades of Mulberry #C251A2
Tints of Mulberry #C251A2
RGB
CMYK
RGB Variations
Color information
#C251A2 (or 0xC251A2) is known color: Mulberry. HEX triplet: C2, 51 and A2. RGB value is (194,81,162). Sum of RGB (Red+Green+Blue) = 194+81+162=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C251A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251A2 is #3DAE5D. Grayscale: #7B7B7B. Windows color (decimal): -4042334 or 10637762. OLE color: 10637762.
HSL color Cylindrical-coordinate representation of color #C251A2: hue angle of 316.99º 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 #C251A2 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 162 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.24 |
| HSL | 316.99º | 0.48% | 0.54% | - |
| HSV(B) | 316.99º | 0.58% | 0.76% | - |
| XYZ | 31.71 | 19.96 | 36.36 | - |
| YUV | 124.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 162 | 0 | 0.58 | 0.16 | 0.24 | 316.99 | 0.48 | 0.54 |
| Hex | C2 | 51 | A2 | 0 | 3A | 10 | 18 | 13D | 30 | 36 |
| Octal | 302 | 121 | 242 | 0 | 72 | 20 | 30 | 475 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10100010 | 0 | 111010 | 10000 | 11000 | 100111101 | 110000 | 110110 |
Color Harmonies of #C251A2
Complementary color
Monochromatic Colors of #C251A2
Black with #C251A2
Text Example
Text Example
White with #C251A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251A2; }
p { color: rgb(194,81,162); }
H1.HeaderClassName
{
color: #C251A2;
}
.AnyTagClassName
{
color: #C251A2;
}
</style>
background-color css
<style>
a { background-color: #C251A2; }
a { background-color: rgb(194,81,162); }
div.DivClassName
{
background-color: #C251A2;
}
.BgClassName
{
background-color: #C251A2;
}
</style>
border-color css
<style>
span { border-color: #C251A2; }
span { border-color: rgb(194,81,162); }
td.TdClassName
{
border-color: #C251A2;
}
.TagClassName
{
border-color: #C251A2;
}
</style>