Shades of Mulberry #C25F9E
Tints of Mulberry #C25F9E
RGB
CMYK
RGB Variations
Color information
#C25F9E (or 0xC25F9E) is known color: Mulberry. HEX triplet: C2, 5F and 9E. RGB value is (194,95,158). Sum of RGB (Red+Green+Blue) = 194+95+158=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F9E is #3DA061. Grayscale: #838383. Windows color (decimal): -4038754 or 10379202. OLE color: 10379202.
HSL color Cylindrical-coordinate representation of color #C25F9E: hue angle of 321.82º 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 #C25F9E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 158 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.24 |
| HSL | 321.82º | 0.45% | 0.57% | - |
| HSV(B) | 321.82º | 0.51% | 0.76% | - |
| XYZ | 32.51 | 22.12 | 34.9 | - |
| YUV | 131.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 158 | 0 | 0.51 | 0.19 | 0.24 | 321.82 | 0.45 | 0.57 |
| Hex | C2 | 5F | 9E | 0 | 33 | 13 | 18 | 142 | 2D | 39 |
| Octal | 302 | 137 | 236 | 0 | 63 | 23 | 30 | 502 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10011110 | 0 | 110011 | 10011 | 11000 | 101000010 | 101101 | 111001 |
Color Harmonies of #C25F9E
Complementary color
Monochromatic Colors of #C25F9E
Black with #C25F9E
Text Example
Text Example
White with #C25F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F9E; }
p { color: rgb(194,95,158); }
H1.HeaderClassName
{
color: #C25F9E;
}
.AnyTagClassName
{
color: #C25F9E;
}
</style>
background-color css
<style>
a { background-color: #C25F9E; }
a { background-color: rgb(194,95,158); }
div.DivClassName
{
background-color: #C25F9E;
}
.BgClassName
{
background-color: #C25F9E;
}
</style>
border-color css
<style>
span { border-color: #C25F9E; }
span { border-color: rgb(194,95,158); }
td.TdClassName
{
border-color: #C25F9E;
}
.TagClassName
{
border-color: #C25F9E;
}
</style>