Shades of Mulberry #C25A8B
Tints of Mulberry #C25A8B
RGB
CMYK
RGB Variations
Color information
#C25A8B (or 0xC25A8B) is known color: Mulberry. HEX triplet: C2, 5A and 8B. RGB value is (194,90,139). Sum of RGB (Red+Green+Blue) = 194+90+139=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8B is #3DA574. Grayscale: #7E7E7E. Windows color (decimal): -4040053 or 9132738. OLE color: 9132738.
HSL color Cylindrical-coordinate representation of color #C25A8B: hue angle of 331.73º 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 #C25A8B is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 139 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.24 |
| HSL | 331.73º | 0.46% | 0.56% | - |
| HSV(B) | 331.73º | 0.54% | 0.76% | - |
| XYZ | 30.56 | 20.65 | 26.8 | - |
| YUV | 126.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 139 | 0 | 0.54 | 0.28 | 0.24 | 331.73 | 0.46 | 0.56 |
| Hex | C2 | 5A | 8B | 0 | 36 | 1C | 18 | 14C | 2E | 38 |
| Octal | 302 | 132 | 213 | 0 | 66 | 34 | 30 | 514 | 56 | 70 |
| Binary | 11000010 | 1011010 | 10001011 | 0 | 110110 | 11100 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C25A8B
Complementary color
Monochromatic Colors of #C25A8B
Black with #C25A8B
Text Example
Text Example
White with #C25A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A8B; }
p { color: rgb(194,90,139); }
H1.HeaderClassName
{
color: #C25A8B;
}
.AnyTagClassName
{
color: #C25A8B;
}
</style>
background-color css
<style>
a { background-color: #C25A8B; }
a { background-color: rgb(194,90,139); }
div.DivClassName
{
background-color: #C25A8B;
}
.BgClassName
{
background-color: #C25A8B;
}
</style>
border-color css
<style>
span { border-color: #C25A8B; }
span { border-color: rgb(194,90,139); }
td.TdClassName
{
border-color: #C25A8B;
}
.TagClassName
{
border-color: #C25A8B;
}
</style>