Shades of Mulberry #C25FA1
Tints of Mulberry #C25FA1
RGB
CMYK
RGB Variations
Color information
#C25FA1 (or 0xC25FA1) is known color: Mulberry. HEX triplet: C2, 5F and A1. RGB value is (194,95,161). Sum of RGB (Red+Green+Blue) = 194+95+161=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA1 is #3DA05E. Grayscale: #838383. Windows color (decimal): -4038751 or 10575810. OLE color: 10575810.
HSL color Cylindrical-coordinate representation of color #C25FA1: hue angle of 320º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FA1 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 161 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.24 |
| HSL | 320º | 0.45% | 0.57% | - |
| HSV(B) | 320º | 0.51% | 0.76% | - |
| XYZ | 32.77 | 22.23 | 36.28 | - |
| YUV | 132.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 161 | 0 | 0.51 | 0.17 | 0.24 | 320 | 0.45 | 0.57 |
| Hex | C2 | 5F | A1 | 0 | 33 | 11 | 18 | 140 | 2D | 39 |
| Octal | 302 | 137 | 241 | 0 | 63 | 21 | 30 | 500 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10100001 | 0 | 110011 | 10001 | 11000 | 101000000 | 101101 | 111001 |
Color Harmonies of #C25FA1
Complementary color
Monochromatic Colors of #C25FA1
Black with #C25FA1
Text Example
Text Example
White with #C25FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FA1; }
p { color: rgb(194,95,161); }
H1.HeaderClassName
{
color: #C25FA1;
}
.AnyTagClassName
{
color: #C25FA1;
}
</style>
background-color css
<style>
a { background-color: #C25FA1; }
a { background-color: rgb(194,95,161); }
div.DivClassName
{
background-color: #C25FA1;
}
.BgClassName
{
background-color: #C25FA1;
}
</style>
border-color css
<style>
span { border-color: #C25FA1; }
span { border-color: rgb(194,95,161); }
td.TdClassName
{
border-color: #C25FA1;
}
.TagClassName
{
border-color: #C25FA1;
}
</style>