Shades of Mulberry #C25D8A
Tints of Mulberry #C25D8A
RGB
CMYK
RGB Variations
Color information
#C25D8A (or 0xC25D8A) is known color: Mulberry. HEX triplet: C2, 5D and 8A. RGB value is (194,93,138). Sum of RGB (Red+Green+Blue) = 194+93+138=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D8A is #3DA275. Grayscale: #808080. Windows color (decimal): -4039286 or 9067970. OLE color: 9067970.
HSL color Cylindrical-coordinate representation of color #C25D8A: hue angle of 333.27º 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 #C25D8A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 138 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.24 |
| HSL | 333.27º | 0.45% | 0.56% | - |
| HSV(B) | 333.27º | 0.52% | 0.76% | - |
| XYZ | 30.75 | 21.13 | 26.5 | - |
| YUV | 128.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 138 | 0 | 0.52 | 0.29 | 0.24 | 333.27 | 0.45 | 0.56 |
| Hex | C2 | 5D | 8A | 0 | 34 | 1D | 18 | 14D | 2D | 38 |
| Octal | 302 | 135 | 212 | 0 | 64 | 35 | 30 | 515 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10001010 | 0 | 110100 | 11101 | 11000 | 101001101 | 101101 | 111000 |
Color Harmonies of #C25D8A
Complementary color
Monochromatic Colors of #C25D8A
Black with #C25D8A
Text Example
Text Example
White with #C25D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D8A; }
p { color: rgb(194,93,138); }
H1.HeaderClassName
{
color: #C25D8A;
}
.AnyTagClassName
{
color: #C25D8A;
}
</style>
background-color css
<style>
a { background-color: #C25D8A; }
a { background-color: rgb(194,93,138); }
div.DivClassName
{
background-color: #C25D8A;
}
.BgClassName
{
background-color: #C25D8A;
}
</style>
border-color css
<style>
span { border-color: #C25D8A; }
span { border-color: rgb(194,93,138); }
td.TdClassName
{
border-color: #C25D8A;
}
.TagClassName
{
border-color: #C25D8A;
}
</style>