Shades of Mulberry #C54392
Tints of Mulberry #C54392
RGB
CMYK
RGB Variations
Color information
#C54392 (or 0xC54392) is known color: Mulberry. HEX triplet: C5, 43 and 92. RGB value is (197,67,146). Sum of RGB (Red+Green+Blue) = 197+67+146=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54392 is #3ABC6D. Grayscale: #727272. Windows color (decimal): -3849326 or 9585605. OLE color: 9585605.
HSL color Cylindrical-coordinate representation of color #C54392: hue angle of 323.54º 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 #C54392 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 146 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.23 |
| HSL | 323.54º | 0.53% | 0.52% | - |
| HSV(B) | 323.54º | 0.66% | 0.77% | - |
| XYZ | 30.22 | 17.96 | 29.07 | - |
| YUV | 114.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 146 | 0 | 0.66 | 0.26 | 0.23 | 323.54 | 0.53 | 0.52 |
| Hex | C5 | 43 | 92 | 0 | 42 | 1A | 17 | 144 | 35 | 34 |
| Octal | 305 | 103 | 222 | 0 | 102 | 32 | 27 | 504 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10010010 | 0 | 1000010 | 11010 | 10111 | 101000100 | 110101 | 110100 |
Color Harmonies of #C54392
Complementary color
Monochromatic Colors of #C54392
Black with #C54392
Text Example
Text Example
White with #C54392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54392; }
p { color: rgb(197,67,146); }
H1.HeaderClassName
{
color: #C54392;
}
.AnyTagClassName
{
color: #C54392;
}
</style>
background-color css
<style>
a { background-color: #C54392; }
a { background-color: rgb(197,67,146); }
div.DivClassName
{
background-color: #C54392;
}
.BgClassName
{
background-color: #C54392;
}
</style>
border-color css
<style>
span { border-color: #C54392; }
span { border-color: rgb(197,67,146); }
td.TdClassName
{
border-color: #C54392;
}
.TagClassName
{
border-color: #C54392;
}
</style>