Shades of Mulberry #C25387
Tints of Mulberry #C25387
RGB
CMYK
RGB Variations
Color information
#C25387 (or 0xC25387) is known color: Mulberry. HEX triplet: C2, 53 and 87. RGB value is (194,83,135). Sum of RGB (Red+Green+Blue) = 194+83+135=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25387 is #3DAC78. Grayscale: #7A7A7A. Windows color (decimal): -4041849 or 8868802. OLE color: 8868802.
HSL color Cylindrical-coordinate representation of color #C25387: hue angle of 331.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25387 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 135 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.24 |
| HSL | 331.89º | 0.48% | 0.54% | - |
| HSV(B) | 331.89º | 0.57% | 0.76% | - |
| XYZ | 29.71 | 19.41 | 25.1 | - |
| YUV | 122.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 135 | 0 | 0.57 | 0.30 | 0.24 | 331.89 | 0.48 | 0.54 |
| Hex | C2 | 53 | 87 | 0 | 39 | 1E | 18 | 14C | 30 | 36 |
| Octal | 302 | 123 | 207 | 0 | 71 | 36 | 30 | 514 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10000111 | 0 | 111001 | 11110 | 11000 | 101001100 | 110000 | 110110 |
Color Harmonies of #C25387
Complementary color
Monochromatic Colors of #C25387
Black with #C25387
Text Example
Text Example
White with #C25387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25387; }
p { color: rgb(194,83,135); }
H1.HeaderClassName
{
color: #C25387;
}
.AnyTagClassName
{
color: #C25387;
}
</style>
background-color css
<style>
a { background-color: #C25387; }
a { background-color: rgb(194,83,135); }
div.DivClassName
{
background-color: #C25387;
}
.BgClassName
{
background-color: #C25387;
}
</style>
border-color css
<style>
span { border-color: #C25387; }
span { border-color: rgb(194,83,135); }
td.TdClassName
{
border-color: #C25387;
}
.TagClassName
{
border-color: #C25387;
}
</style>