Shades of Mulberry #C25182
Tints of Mulberry #C25182
RGB
CMYK
RGB Variations
Color information
#C25182 (or 0xC25182) is known color: Mulberry. HEX triplet: C2, 51 and 82. RGB value is (194,81,130). Sum of RGB (Red+Green+Blue) = 194+81+130=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C25182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25182 is #3DAE7D. Grayscale: #787878. Windows color (decimal): -4042366 or 8540610. OLE color: 8540610.
HSL color Cylindrical-coordinate representation of color #C25182: hue angle of 333.98º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25182 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 130 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.24 |
| HSL | 333.98º | 0.48% | 0.54% | - |
| HSV(B) | 333.98º | 0.58% | 0.76% | - |
| XYZ | 29.22 | 18.97 | 23.24 | - |
| YUV | 120.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 130 | 0 | 0.58 | 0.33 | 0.24 | 333.98 | 0.48 | 0.54 |
| Hex | C2 | 51 | 82 | 0 | 3A | 21 | 18 | 14E | 30 | 36 |
| Octal | 302 | 121 | 202 | 0 | 72 | 41 | 30 | 516 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10000010 | 0 | 111010 | 100001 | 11000 | 101001110 | 110000 | 110110 |
Color Harmonies of #C25182
Complementary color
Monochromatic Colors of #C25182
Black with #C25182
Text Example
Text Example
White with #C25182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25182; }
p { color: rgb(194,81,130); }
H1.HeaderClassName
{
color: #C25182;
}
.AnyTagClassName
{
color: #C25182;
}
</style>
background-color css
<style>
a { background-color: #C25182; }
a { background-color: rgb(194,81,130); }
div.DivClassName
{
background-color: #C25182;
}
.BgClassName
{
background-color: #C25182;
}
</style>
border-color css
<style>
span { border-color: #C25182; }
span { border-color: rgb(194,81,130); }
td.TdClassName
{
border-color: #C25182;
}
.TagClassName
{
border-color: #C25182;
}
</style>