Shades of Mulberry #C25A9B
Tints of Mulberry #C25A9B
RGB
CMYK
RGB Variations
Color information
#C25A9B (or 0xC25A9B) is known color: Mulberry. HEX triplet: C2, 5A and 9B. RGB value is (194,90,155). Sum of RGB (Red+Green+Blue) = 194+90+155=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A9B is #3DA564. Grayscale: #808080. Windows color (decimal): -4040037 or 10181314. OLE color: 10181314.
HSL color Cylindrical-coordinate representation of color #C25A9B: hue angle of 322.5º 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 #C25A9B is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 155 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.24 |
| HSL | 322.5º | 0.46% | 0.56% | - |
| HSV(B) | 322.5º | 0.54% | 0.76% | - |
| XYZ | 31.82 | 21.15 | 33.42 | - |
| YUV | 128.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 155 | 0 | 0.54 | 0.20 | 0.24 | 322.5 | 0.46 | 0.56 |
| Hex | C2 | 5A | 9B | 0 | 36 | 14 | 18 | 142 | 2E | 38 |
| Octal | 302 | 132 | 233 | 0 | 66 | 24 | 30 | 502 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10011011 | 0 | 110110 | 10100 | 11000 | 101000010 | 101110 | 111000 |
Color Harmonies of #C25A9B
Complementary color
Monochromatic Colors of #C25A9B
Black with #C25A9B
Text Example
Text Example
White with #C25A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A9B; }
p { color: rgb(194,90,155); }
H1.HeaderClassName
{
color: #C25A9B;
}
.AnyTagClassName
{
color: #C25A9B;
}
</style>
background-color css
<style>
a { background-color: #C25A9B; }
a { background-color: rgb(194,90,155); }
div.DivClassName
{
background-color: #C25A9B;
}
.BgClassName
{
background-color: #C25A9B;
}
</style>
border-color css
<style>
span { border-color: #C25A9B; }
span { border-color: rgb(194,90,155); }
td.TdClassName
{
border-color: #C25A9B;
}
.TagClassName
{
border-color: #C25A9B;
}
</style>