Shades of Mulberry #C25A8E
Tints of Mulberry #C25A8E
RGB
CMYK
RGB Variations
Color information
#C25A8E (or 0xC25A8E) is known color: Mulberry. HEX triplet: C2, 5A and 8E. RGB value is (194,90,142). Sum of RGB (Red+Green+Blue) = 194+90+142=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8E is #3DA571. Grayscale: #7E7E7E. Windows color (decimal): -4040050 or 9329346. OLE color: 9329346.
HSL color Cylindrical-coordinate representation of color #C25A8E: hue angle of 330º 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 #C25A8E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 142 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.24 |
| HSL | 330º | 0.46% | 0.56% | - |
| HSV(B) | 330º | 0.54% | 0.76% | - |
| XYZ | 30.79 | 20.73 | 27.97 | - |
| YUV | 127.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 142 | 0 | 0.54 | 0.27 | 0.24 | 330 | 0.46 | 0.56 |
| Hex | C2 | 5A | 8E | 0 | 36 | 1B | 18 | 14A | 2E | 38 |
| Octal | 302 | 132 | 216 | 0 | 66 | 33 | 30 | 512 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10001110 | 0 | 110110 | 11011 | 11000 | 101001010 | 101110 | 111000 |
Color Harmonies of #C25A8E
Complementary color
Monochromatic Colors of #C25A8E
Black with #C25A8E
Text Example
Text Example
White with #C25A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A8E; }
p { color: rgb(194,90,142); }
H1.HeaderClassName
{
color: #C25A8E;
}
.AnyTagClassName
{
color: #C25A8E;
}
</style>
background-color css
<style>
a { background-color: #C25A8E; }
a { background-color: rgb(194,90,142); }
div.DivClassName
{
background-color: #C25A8E;
}
.BgClassName
{
background-color: #C25A8E;
}
</style>
border-color css
<style>
span { border-color: #C25A8E; }
span { border-color: rgb(194,90,142); }
td.TdClassName
{
border-color: #C25A8E;
}
.TagClassName
{
border-color: #C25A8E;
}
</style>