Shades of Mulberry #C25A8A
Tints of Mulberry #C25A8A
RGB
CMYK
RGB Variations
Color information
#C25A8A (or 0xC25A8A) is known color: Mulberry. HEX triplet: C2, 5A and 8A. RGB value is (194,90,138). Sum of RGB (Red+Green+Blue) = 194+90+138=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8A is #3DA575. Grayscale: #7E7E7E. Windows color (decimal): -4040054 or 9067202. OLE color: 9067202.
HSL color Cylindrical-coordinate representation of color #C25A8A: hue angle of 332.31º 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 #C25A8A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 138 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.24 |
| HSL | 332.31º | 0.46% | 0.56% | - |
| HSV(B) | 332.31º | 0.54% | 0.76% | - |
| XYZ | 30.49 | 20.62 | 26.42 | - |
| YUV | 126.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 138 | 0 | 0.54 | 0.29 | 0.24 | 332.31 | 0.46 | 0.56 |
| Hex | C2 | 5A | 8A | 0 | 36 | 1D | 18 | 14C | 2E | 38 |
| Octal | 302 | 132 | 212 | 0 | 66 | 35 | 30 | 514 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10001010 | 0 | 110110 | 11101 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C25A8A
Complementary color
Monochromatic Colors of #C25A8A
Black with #C25A8A
Text Example
Text Example
White with #C25A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A8A; }
p { color: rgb(194,90,138); }
H1.HeaderClassName
{
color: #C25A8A;
}
.AnyTagClassName
{
color: #C25A8A;
}
</style>
background-color css
<style>
a { background-color: #C25A8A; }
a { background-color: rgb(194,90,138); }
div.DivClassName
{
background-color: #C25A8A;
}
.BgClassName
{
background-color: #C25A8A;
}
</style>
border-color css
<style>
span { border-color: #C25A8A; }
span { border-color: rgb(194,90,138); }
td.TdClassName
{
border-color: #C25A8A;
}
.TagClassName
{
border-color: #C25A8A;
}
</style>