Shades of Mulberry #C25C9F
Tints of Mulberry #C25C9F
RGB
CMYK
RGB Variations
Color information
#C25C9F (or 0xC25C9F) is known color: Mulberry. HEX triplet: C2, 5C and 9F. RGB value is (194,92,159). Sum of RGB (Red+Green+Blue) = 194+92+159=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C9F is #3DA360. Grayscale: #818181. Windows color (decimal): -4039521 or 10443970. OLE color: 10443970.
HSL color Cylindrical-coordinate representation of color #C25C9F: hue angle of 320.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25C9F is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 159 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.24 |
| HSL | 320.59º | 0.46% | 0.56% | - |
| HSV(B) | 320.59º | 0.53% | 0.76% | - |
| XYZ | 32.33 | 21.63 | 35.27 | - |
| YUV | 130.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 159 | 0 | 0.53 | 0.18 | 0.24 | 320.59 | 0.46 | 0.56 |
| Hex | C2 | 5C | 9F | 0 | 35 | 12 | 18 | 141 | 2E | 38 |
| Octal | 302 | 134 | 237 | 0 | 65 | 22 | 30 | 501 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10011111 | 0 | 110101 | 10010 | 11000 | 101000001 | 101110 | 111000 |
Color Harmonies of #C25C9F
Complementary color
Monochromatic Colors of #C25C9F
Black with #C25C9F
Text Example
Text Example
White with #C25C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C9F; }
p { color: rgb(194,92,159); }
H1.HeaderClassName
{
color: #C25C9F;
}
.AnyTagClassName
{
color: #C25C9F;
}
</style>
background-color css
<style>
a { background-color: #C25C9F; }
a { background-color: rgb(194,92,159); }
div.DivClassName
{
background-color: #C25C9F;
}
.BgClassName
{
background-color: #C25C9F;
}
</style>
border-color css
<style>
span { border-color: #C25C9F; }
span { border-color: rgb(194,92,159); }
td.TdClassName
{
border-color: #C25C9F;
}
.TagClassName
{
border-color: #C25C9F;
}
</style>