Shades of Mulberry #C25D8F
Tints of Mulberry #C25D8F
RGB
CMYK
RGB Variations
Color information
#C25D8F (or 0xC25D8F) is known color: Mulberry. HEX triplet: C2, 5D and 8F. RGB value is (194,93,143). Sum of RGB (Red+Green+Blue) = 194+93+143=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D8F is #3DA270. Grayscale: #808080. Windows color (decimal): -4039281 or 9395650. OLE color: 9395650.
HSL color Cylindrical-coordinate representation of color #C25D8F: hue angle of 330.3º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25D8F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 143 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.24 |
| HSL | 330.3º | 0.45% | 0.56% | - |
| HSV(B) | 330.3º | 0.52% | 0.76% | - |
| XYZ | 31.12 | 21.28 | 28.45 | - |
| YUV | 128.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 143 | 0 | 0.52 | 0.26 | 0.24 | 330.3 | 0.45 | 0.56 |
| Hex | C2 | 5D | 8F | 0 | 34 | 1A | 18 | 14A | 2D | 38 |
| Octal | 302 | 135 | 217 | 0 | 64 | 32 | 30 | 512 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10001111 | 0 | 110100 | 11010 | 11000 | 101001010 | 101101 | 111000 |
Color Harmonies of #C25D8F
Complementary color
Monochromatic Colors of #C25D8F
Black with #C25D8F
Text Example
Text Example
White with #C25D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D8F; }
p { color: rgb(194,93,143); }
H1.HeaderClassName
{
color: #C25D8F;
}
.AnyTagClassName
{
color: #C25D8F;
}
</style>
background-color css
<style>
a { background-color: #C25D8F; }
a { background-color: rgb(194,93,143); }
div.DivClassName
{
background-color: #C25D8F;
}
.BgClassName
{
background-color: #C25D8F;
}
</style>
border-color css
<style>
span { border-color: #C25D8F; }
span { border-color: rgb(194,93,143); }
td.TdClassName
{
border-color: #C25D8F;
}
.TagClassName
{
border-color: #C25D8F;
}
</style>