Shades of Mulberry #C25C8F
Tints of Mulberry #C25C8F
RGB
CMYK
RGB Variations
Color information
#C25C8F (or 0xC25C8F) is known color: Mulberry. HEX triplet: C2, 5C and 8F. RGB value is (194,92,143). Sum of RGB (Red+Green+Blue) = 194+92+143=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25C8F is #3DA370. Grayscale: #808080. Windows color (decimal): -4039537 or 9395394. OLE color: 9395394.
HSL color Cylindrical-coordinate representation of color #C25C8F: hue angle of 330º 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 #C25C8F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 143 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.24 |
| HSL | 330º | 0.46% | 0.56% | - |
| HSV(B) | 330º | 0.53% | 0.76% | - |
| XYZ | 31.03 | 21.11 | 28.42 | - |
| YUV | 128.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 143 | 0 | 0.53 | 0.26 | 0.24 | 330 | 0.46 | 0.56 |
| Hex | C2 | 5C | 8F | 0 | 35 | 1A | 18 | 14A | 2E | 38 |
| Octal | 302 | 134 | 217 | 0 | 65 | 32 | 30 | 512 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10001111 | 0 | 110101 | 11010 | 11000 | 101001010 | 101110 | 111000 |
Color Harmonies of #C25C8F
Complementary color
Monochromatic Colors of #C25C8F
Black with #C25C8F
Text Example
Text Example
White with #C25C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C8F; }
p { color: rgb(194,92,143); }
H1.HeaderClassName
{
color: #C25C8F;
}
.AnyTagClassName
{
color: #C25C8F;
}
</style>
background-color css
<style>
a { background-color: #C25C8F; }
a { background-color: rgb(194,92,143); }
div.DivClassName
{
background-color: #C25C8F;
}
.BgClassName
{
background-color: #C25C8F;
}
</style>
border-color css
<style>
span { border-color: #C25C8F; }
span { border-color: rgb(194,92,143); }
td.TdClassName
{
border-color: #C25C8F;
}
.TagClassName
{
border-color: #C25C8F;
}
</style>