Shades of Mulberry #C25FA6
Tints of Mulberry #C25FA6
RGB
CMYK
RGB Variations
Color information
#C25FA6 (or 0xC25FA6) is known color: Mulberry. HEX triplet: C2, 5F and A6. RGB value is (194,95,166). Sum of RGB (Red+Green+Blue) = 194+95+166=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA6 is #3DA059. Grayscale: #848484. Windows color (decimal): -4038746 or 10903490. OLE color: 10903490.
HSL color Cylindrical-coordinate representation of color #C25FA6: hue angle of 316.97º 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 #C25FA6 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 166 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.24 |
| HSL | 316.97º | 0.45% | 0.57% | - |
| HSV(B) | 316.97º | 0.51% | 0.76% | - |
| XYZ | 33.22 | 22.41 | 38.65 | - |
| YUV | 132.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 166 | 0 | 0.51 | 0.14 | 0.24 | 316.97 | 0.45 | 0.57 |
| Hex | C2 | 5F | A6 | 0 | 33 | E | 18 | 13D | 2D | 39 |
| Octal | 302 | 137 | 246 | 0 | 63 | 16 | 30 | 475 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10100110 | 0 | 110011 | 1110 | 11000 | 100111101 | 101101 | 111001 |
Color Harmonies of #C25FA6
Complementary color
Monochromatic Colors of #C25FA6
Black with #C25FA6
Text Example
Text Example
White with #C25FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25FA6; }
p { color: rgb(194,95,166); }
H1.HeaderClassName
{
color: #C25FA6;
}
.AnyTagClassName
{
color: #C25FA6;
}
</style>
background-color css
<style>
a { background-color: #C25FA6; }
a { background-color: rgb(194,95,166); }
div.DivClassName
{
background-color: #C25FA6;
}
.BgClassName
{
background-color: #C25FA6;
}
</style>
border-color css
<style>
span { border-color: #C25FA6; }
span { border-color: rgb(194,95,166); }
td.TdClassName
{
border-color: #C25FA6;
}
.TagClassName
{
border-color: #C25FA6;
}
</style>