Shades of Mulberry #C250A2
Tints of Mulberry #C250A2
RGB
CMYK
RGB Variations
Color information
#C250A2 (or 0xC250A2) is known color: Mulberry. HEX triplet: C2, 50 and A2. RGB value is (194,80,162). Sum of RGB (Red+Green+Blue) = 194+80+162=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C250A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250A2 is #3DAF5D. Grayscale: #7B7B7B. Windows color (decimal): -4042590 or 10637506. OLE color: 10637506.
HSL color Cylindrical-coordinate representation of color #C250A2: hue angle of 316.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C250A2 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 162 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.24 |
| HSL | 316.84º | 0.48% | 0.54% | - |
| HSV(B) | 316.84º | 0.59% | 0.76% | - |
| XYZ | 31.64 | 19.82 | 36.34 | - |
| YUV | 123.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 162 | 0 | 0.59 | 0.16 | 0.24 | 316.84 | 0.48 | 0.54 |
| Hex | C2 | 50 | A2 | 0 | 3B | 10 | 18 | 13D | 30 | 36 |
| Octal | 302 | 120 | 242 | 0 | 73 | 20 | 30 | 475 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10100010 | 0 | 111011 | 10000 | 11000 | 100111101 | 110000 | 110110 |
Color Harmonies of #C250A2
Complementary color
Monochromatic Colors of #C250A2
Black with #C250A2
Text Example
Text Example
White with #C250A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250A2; }
p { color: rgb(194,80,162); }
H1.HeaderClassName
{
color: #C250A2;
}
.AnyTagClassName
{
color: #C250A2;
}
</style>
background-color css
<style>
a { background-color: #C250A2; }
a { background-color: rgb(194,80,162); }
div.DivClassName
{
background-color: #C250A2;
}
.BgClassName
{
background-color: #C250A2;
}
</style>
border-color css
<style>
span { border-color: #C250A2; }
span { border-color: rgb(194,80,162); }
td.TdClassName
{
border-color: #C250A2;
}
.TagClassName
{
border-color: #C250A2;
}
</style>