Shades of Mulberry #C25FA2
Tints of Mulberry #C25FA2
RGB
CMYK
RGB Variations
Color information
#C25FA2 (or 0xC25FA2) is known color: Mulberry. HEX triplet: C2, 5F and A2. RGB value is (194,95,162). Sum of RGB (Red+Green+Blue) = 194+95+162=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA2 is #3DA05D. Grayscale: #848484. Windows color (decimal): -4038750 or 10641346. OLE color: 10641346.
HSL color Cylindrical-coordinate representation of color #C25FA2: hue angle of 319.39º 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 #C25FA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 162 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.24 |
| HSL | 319.39º | 0.45% | 0.57% | - |
| HSV(B) | 319.39º | 0.51% | 0.76% | - |
| XYZ | 32.86 | 22.26 | 36.75 | - |
| YUV | 132.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 162 | 0 | 0.51 | 0.16 | 0.24 | 319.39 | 0.45 | 0.57 |
| Hex | C2 | 5F | A2 | 0 | 33 | 10 | 18 | 13F | 2D | 39 |
| Octal | 302 | 137 | 242 | 0 | 63 | 20 | 30 | 477 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10100010 | 0 | 110011 | 10000 | 11000 | 100111111 | 101101 | 111001 |
Color Harmonies of #C25FA2
Complementary color
Monochromatic Colors of #C25FA2
Black with #C25FA2
Text Example
Text Example
White with #C25FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FA2; }
p { color: rgb(194,95,162); }
H1.HeaderClassName
{
color: #C25FA2;
}
.AnyTagClassName
{
color: #C25FA2;
}
</style>
background-color css
<style>
a { background-color: #C25FA2; }
a { background-color: rgb(194,95,162); }
div.DivClassName
{
background-color: #C25FA2;
}
.BgClassName
{
background-color: #C25FA2;
}
</style>
border-color css
<style>
span { border-color: #C25FA2; }
span { border-color: rgb(194,95,162); }
td.TdClassName
{
border-color: #C25FA2;
}
.TagClassName
{
border-color: #C25FA2;
}
</style>