Shades of Mulberry #C25A9E
Tints of Mulberry #C25A9E
RGB
CMYK
RGB Variations
Color information
#C25A9E (or 0xC25A9E) is known color: Mulberry. HEX triplet: C2, 5A and 9E. RGB value is (194,90,158). Sum of RGB (Red+Green+Blue) = 194+90+158=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A9E is #3DA561. Grayscale: #808080. Windows color (decimal): -4040034 or 10377922. OLE color: 10377922.
HSL color Cylindrical-coordinate representation of color #C25A9E: hue angle of 320.77º 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 #C25A9E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 158 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.24 |
| HSL | 320.77º | 0.46% | 0.56% | - |
| HSV(B) | 320.77º | 0.54% | 0.76% | - |
| XYZ | 32.08 | 21.25 | 34.76 | - |
| YUV | 128.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 158 | 0 | 0.54 | 0.19 | 0.24 | 320.77 | 0.46 | 0.56 |
| Hex | C2 | 5A | 9E | 0 | 36 | 13 | 18 | 141 | 2E | 38 |
| Octal | 302 | 132 | 236 | 0 | 66 | 23 | 30 | 501 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10011110 | 0 | 110110 | 10011 | 11000 | 101000001 | 101110 | 111000 |
Color Harmonies of #C25A9E
Complementary color
Monochromatic Colors of #C25A9E
Black with #C25A9E
Text Example
Text Example
White with #C25A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A9E; }
p { color: rgb(194,90,158); }
H1.HeaderClassName
{
color: #C25A9E;
}
.AnyTagClassName
{
color: #C25A9E;
}
</style>
background-color css
<style>
a { background-color: #C25A9E; }
a { background-color: rgb(194,90,158); }
div.DivClassName
{
background-color: #C25A9E;
}
.BgClassName
{
background-color: #C25A9E;
}
</style>
border-color css
<style>
span { border-color: #C25A9E; }
span { border-color: rgb(194,90,158); }
td.TdClassName
{
border-color: #C25A9E;
}
.TagClassName
{
border-color: #C25A9E;
}
</style>