Shades of Mulberry #C250A1
Tints of Mulberry #C250A1
RGB
CMYK
RGB Variations
Color information
#C250A1 (or 0xC250A1) is known color: Mulberry. HEX triplet: C2, 50 and A1. RGB value is (194,80,161). Sum of RGB (Red+Green+Blue) = 194+80+161=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C250A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250A1 is #3DAF5E. Grayscale: #7B7B7B. Windows color (decimal): -4042591 or 10571970. OLE color: 10571970.
HSL color Cylindrical-coordinate representation of color #C250A1: hue angle of 317.37º 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 #C250A1 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 161 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.24 |
| HSL | 317.37º | 0.48% | 0.54% | - |
| HSV(B) | 317.37º | 0.59% | 0.76% | - |
| XYZ | 31.55 | 19.78 | 35.87 | - |
| YUV | 123.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 161 | 0 | 0.59 | 0.17 | 0.24 | 317.37 | 0.48 | 0.54 |
| Hex | C2 | 50 | A1 | 0 | 3B | 11 | 18 | 13D | 30 | 36 |
| Octal | 302 | 120 | 241 | 0 | 73 | 21 | 30 | 475 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10100001 | 0 | 111011 | 10001 | 11000 | 100111101 | 110000 | 110110 |
Color Harmonies of #C250A1
Complementary color
Monochromatic Colors of #C250A1
Black with #C250A1
Text Example
Text Example
White with #C250A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250A1; }
p { color: rgb(194,80,161); }
H1.HeaderClassName
{
color: #C250A1;
}
.AnyTagClassName
{
color: #C250A1;
}
</style>
background-color css
<style>
a { background-color: #C250A1; }
a { background-color: rgb(194,80,161); }
div.DivClassName
{
background-color: #C250A1;
}
.BgClassName
{
background-color: #C250A1;
}
</style>
border-color css
<style>
span { border-color: #C250A1; }
span { border-color: rgb(194,80,161); }
td.TdClassName
{
border-color: #C250A1;
}
.TagClassName
{
border-color: #C250A1;
}
</style>