Shades of Mulberry #C5427C
Tints of Mulberry #C5427C
RGB
CMYK
RGB Variations
Color information
#C5427C (or 0xC5427C) is known color: Mulberry. HEX triplet: C5, 42 and 7C. RGB value is (197,66,124). Sum of RGB (Red+Green+Blue) = 197+66+124=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427C is #3ABD83. Grayscale: #6F6F6F. Windows color (decimal): -3849604 or 8143557. OLE color: 8143557.
HSL color Cylindrical-coordinate representation of color #C5427C: hue angle of 333.44º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5427C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 124 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.23 |
| HSL | 333.44º | 0.53% | 0.52% | - |
| HSV(B) | 333.44º | 0.66% | 0.77% | - |
| XYZ | 28.61 | 17.22 | 20.88 | - |
| YUV | 111.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 124 | 0 | 0.66 | 0.37 | 0.23 | 333.44 | 0.53 | 0.52 |
| Hex | C5 | 42 | 7C | 0 | 42 | 25 | 17 | 14D | 35 | 34 |
| Octal | 305 | 102 | 174 | 0 | 102 | 45 | 27 | 515 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1111100 | 0 | 1000010 | 100101 | 10111 | 101001101 | 110101 | 110100 |
Color Harmonies of #C5427C
Complementary color
Monochromatic Colors of #C5427C
Black with #C5427C
Text Example
Text Example
White with #C5427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5427C; }
p { color: rgb(197,66,124); }
H1.HeaderClassName
{
color: #C5427C;
}
.AnyTagClassName
{
color: #C5427C;
}
</style>
background-color css
<style>
a { background-color: #C5427C; }
a { background-color: rgb(197,66,124); }
div.DivClassName
{
background-color: #C5427C;
}
.BgClassName
{
background-color: #C5427C;
}
</style>
border-color css
<style>
span { border-color: #C5427C; }
span { border-color: rgb(197,66,124); }
td.TdClassName
{
border-color: #C5427C;
}
.TagClassName
{
border-color: #C5427C;
}
</style>