Shades of Mulberry #C25A9A
Tints of Mulberry #C25A9A
RGB
CMYK
RGB Variations
Color information
#C25A9A (or 0xC25A9A) is known color: Mulberry. HEX triplet: C2, 5A and 9A. RGB value is (194,90,154). Sum of RGB (Red+Green+Blue) = 194+90+154=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A9A is #3DA565. Grayscale: #808080. Windows color (decimal): -4040038 or 10115778. OLE color: 10115778.
HSL color Cylindrical-coordinate representation of color #C25A9A: hue angle of 323.08º 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 #C25A9A is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 154 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.24 |
| HSL | 323.08º | 0.46% | 0.56% | - |
| HSV(B) | 323.08º | 0.54% | 0.76% | - |
| XYZ | 31.74 | 21.11 | 32.97 | - |
| YUV | 128.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 154 | 0 | 0.54 | 0.21 | 0.24 | 323.08 | 0.46 | 0.56 |
| Hex | C2 | 5A | 9A | 0 | 36 | 15 | 18 | 143 | 2E | 38 |
| Octal | 302 | 132 | 232 | 0 | 66 | 25 | 30 | 503 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10011010 | 0 | 110110 | 10101 | 11000 | 101000011 | 101110 | 111000 |
Color Harmonies of #C25A9A
Complementary color
Monochromatic Colors of #C25A9A
Black with #C25A9A
Text Example
Text Example
White with #C25A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A9A; }
p { color: rgb(194,90,154); }
H1.HeaderClassName
{
color: #C25A9A;
}
.AnyTagClassName
{
color: #C25A9A;
}
</style>
background-color css
<style>
a { background-color: #C25A9A; }
a { background-color: rgb(194,90,154); }
div.DivClassName
{
background-color: #C25A9A;
}
.BgClassName
{
background-color: #C25A9A;
}
</style>
border-color css
<style>
span { border-color: #C25A9A; }
span { border-color: rgb(194,90,154); }
td.TdClassName
{
border-color: #C25A9A;
}
.TagClassName
{
border-color: #C25A9A;
}
</style>