Shades of Mulberry #C25399
Tints of Mulberry #C25399
RGB
CMYK
RGB Variations
Color information
#C25399 (or 0xC25399) is known color: Mulberry. HEX triplet: C2, 53 and 99. RGB value is (194,83,153). Sum of RGB (Red+Green+Blue) = 194+83+153=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25399 is #3DAC66. Grayscale: #7B7B7B. Windows color (decimal): -4041831 or 10048450. OLE color: 10048450.
HSL color Cylindrical-coordinate representation of color #C25399: hue angle of 322.16º 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 #C25399 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 153 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.24 |
| HSL | 322.16º | 0.48% | 0.54% | - |
| HSV(B) | 322.16º | 0.57% | 0.76% | - |
| XYZ | 31.09 | 19.96 | 32.35 | - |
| YUV | 124.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 153 | 0 | 0.57 | 0.21 | 0.24 | 322.16 | 0.48 | 0.54 |
| Hex | C2 | 53 | 99 | 0 | 39 | 15 | 18 | 142 | 30 | 36 |
| Octal | 302 | 123 | 231 | 0 | 71 | 25 | 30 | 502 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10011001 | 0 | 111001 | 10101 | 11000 | 101000010 | 110000 | 110110 |
Color Harmonies of #C25399
Complementary color
Monochromatic Colors of #C25399
Black with #C25399
Text Example
Text Example
White with #C25399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25399; }
p { color: rgb(194,83,153); }
H1.HeaderClassName
{
color: #C25399;
}
.AnyTagClassName
{
color: #C25399;
}
</style>
background-color css
<style>
a { background-color: #C25399; }
a { background-color: rgb(194,83,153); }
div.DivClassName
{
background-color: #C25399;
}
.BgClassName
{
background-color: #C25399;
}
</style>
border-color css
<style>
span { border-color: #C25399; }
span { border-color: rgb(194,83,153); }
td.TdClassName
{
border-color: #C25399;
}
.TagClassName
{
border-color: #C25399;
}
</style>