Shades of Mulberry #C25AA3
Tints of Mulberry #C25AA3
RGB
CMYK
RGB Variations
Color information
#C25AA3 (or 0xC25AA3) is known color: Mulberry. HEX triplet: C2, 5A and A3. RGB value is (194,90,163). Sum of RGB (Red+Green+Blue) = 194+90+163=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA3 is #3DA55C. Grayscale: #818181. Windows color (decimal): -4040029 or 10705602. OLE color: 10705602.
HSL color Cylindrical-coordinate representation of color #C25AA3: hue angle of 317.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25AA3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 163 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.24 |
| HSL | 317.88º | 0.46% | 0.56% | - |
| HSV(B) | 317.88º | 0.54% | 0.76% | - |
| XYZ | 32.52 | 21.43 | 37.07 | - |
| YUV | 129.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 163 | 0 | 0.54 | 0.16 | 0.24 | 317.88 | 0.46 | 0.56 |
| Hex | C2 | 5A | A3 | 0 | 36 | 10 | 18 | 13E | 2E | 38 |
| Octal | 302 | 132 | 243 | 0 | 66 | 20 | 30 | 476 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10100011 | 0 | 110110 | 10000 | 11000 | 100111110 | 101110 | 111000 |
Color Harmonies of #C25AA3
Complementary color
Monochromatic Colors of #C25AA3
Black with #C25AA3
Text Example
Text Example
White with #C25AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AA3; }
p { color: rgb(194,90,163); }
H1.HeaderClassName
{
color: #C25AA3;
}
.AnyTagClassName
{
color: #C25AA3;
}
</style>
background-color css
<style>
a { background-color: #C25AA3; }
a { background-color: rgb(194,90,163); }
div.DivClassName
{
background-color: #C25AA3;
}
.BgClassName
{
background-color: #C25AA3;
}
</style>
border-color css
<style>
span { border-color: #C25AA3; }
span { border-color: rgb(194,90,163); }
td.TdClassName
{
border-color: #C25AA3;
}
.TagClassName
{
border-color: #C25AA3;
}
</style>