Shades of Mulberry #C25BA2
Tints of Mulberry #C25BA2
RGB
CMYK
RGB Variations
Color information
#C25BA2 (or 0xC25BA2) is known color: Mulberry. HEX triplet: C2, 5B and A2. RGB value is (194,91,162). Sum of RGB (Red+Green+Blue) = 194+91+162=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA2 is #3DA45D. Grayscale: #818181. Windows color (decimal): -4039774 or 10640322. OLE color: 10640322.
HSL color Cylindrical-coordinate representation of color #C25BA2: hue angle of 318.64º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA2 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 162 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.24 |
| HSL | 318.64º | 0.46% | 0.56% | - |
| HSV(B) | 318.64º | 0.53% | 0.76% | - |
| XYZ | 32.51 | 21.56 | 36.63 | - |
| YUV | 129.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 162 | 0 | 0.53 | 0.16 | 0.24 | 318.64 | 0.46 | 0.56 |
| Hex | C2 | 5B | A2 | 0 | 35 | 10 | 18 | 13F | 2E | 38 |
| Octal | 302 | 133 | 242 | 0 | 65 | 20 | 30 | 477 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10100010 | 0 | 110101 | 10000 | 11000 | 100111111 | 101110 | 111000 |
Color Harmonies of #C25BA2
Complementary color
Monochromatic Colors of #C25BA2
Black with #C25BA2
Text Example
Text Example
White with #C25BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BA2; }
p { color: rgb(194,91,162); }
H1.HeaderClassName
{
color: #C25BA2;
}
.AnyTagClassName
{
color: #C25BA2;
}
</style>
background-color css
<style>
a { background-color: #C25BA2; }
a { background-color: rgb(194,91,162); }
div.DivClassName
{
background-color: #C25BA2;
}
.BgClassName
{
background-color: #C25BA2;
}
</style>
border-color css
<style>
span { border-color: #C25BA2; }
span { border-color: rgb(194,91,162); }
td.TdClassName
{
border-color: #C25BA2;
}
.TagClassName
{
border-color: #C25BA2;
}
</style>