Shades of Mulberry #C25A9F
Tints of Mulberry #C25A9F
RGB
CMYK
RGB Variations
Color information
#C25A9F (or 0xC25A9F) is known color: Mulberry. HEX triplet: C2, 5A and 9F. RGB value is (194,90,159). Sum of RGB (Red+Green+Blue) = 194+90+159=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A9F is #3DA560. Grayscale: #808080. Windows color (decimal): -4040033 or 10443458. OLE color: 10443458.
HSL color Cylindrical-coordinate representation of color #C25A9F: hue angle of 320.19º 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 #C25A9F is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 159 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.24 |
| HSL | 320.19º | 0.46% | 0.56% | - |
| HSV(B) | 320.19º | 0.54% | 0.76% | - |
| XYZ | 32.16 | 21.28 | 35.21 | - |
| YUV | 128.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 159 | 0 | 0.54 | 0.18 | 0.24 | 320.19 | 0.46 | 0.56 |
| Hex | C2 | 5A | 9F | 0 | 36 | 12 | 18 | 140 | 2E | 38 |
| Octal | 302 | 132 | 237 | 0 | 66 | 22 | 30 | 500 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10011111 | 0 | 110110 | 10010 | 11000 | 101000000 | 101110 | 111000 |
Color Harmonies of #C25A9F
Complementary color
Monochromatic Colors of #C25A9F
Black with #C25A9F
Text Example
Text Example
White with #C25A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A9F; }
p { color: rgb(194,90,159); }
H1.HeaderClassName
{
color: #C25A9F;
}
.AnyTagClassName
{
color: #C25A9F;
}
</style>
background-color css
<style>
a { background-color: #C25A9F; }
a { background-color: rgb(194,90,159); }
div.DivClassName
{
background-color: #C25A9F;
}
.BgClassName
{
background-color: #C25A9F;
}
</style>
border-color css
<style>
span { border-color: #C25A9F; }
span { border-color: rgb(194,90,159); }
td.TdClassName
{
border-color: #C25A9F;
}
.TagClassName
{
border-color: #C25A9F;
}
</style>