Shades of Mulberry #C54293
Tints of Mulberry #C54293
RGB
CMYK
RGB Variations
Color information
#C54293 (or 0xC54293) is known color: Mulberry. HEX triplet: C5, 42 and 93. RGB value is (197,66,147). Sum of RGB (Red+Green+Blue) = 197+66+147=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54293 is #3ABD6C. Grayscale: #727272. Windows color (decimal): -3849581 or 9650885. OLE color: 9650885.
HSL color Cylindrical-coordinate representation of color #C54293: hue angle of 322.9º 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 #C54293 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 147 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.23 |
| HSL | 322.9º | 0.53% | 0.52% | - |
| HSV(B) | 322.9º | 0.66% | 0.77% | - |
| XYZ | 30.24 | 17.87 | 29.46 | - |
| YUV | 114.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 147 | 0 | 0.66 | 0.25 | 0.23 | 322.9 | 0.53 | 0.52 |
| Hex | C5 | 42 | 93 | 0 | 42 | 19 | 17 | 143 | 35 | 34 |
| Octal | 305 | 102 | 223 | 0 | 102 | 31 | 27 | 503 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10010011 | 0 | 1000010 | 11001 | 10111 | 101000011 | 110101 | 110100 |
Color Harmonies of #C54293
Complementary color
Monochromatic Colors of #C54293
Black with #C54293
Text Example
Text Example
White with #C54293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54293; }
p { color: rgb(197,66,147); }
H1.HeaderClassName
{
color: #C54293;
}
.AnyTagClassName
{
color: #C54293;
}
</style>
background-color css
<style>
a { background-color: #C54293; }
a { background-color: rgb(197,66,147); }
div.DivClassName
{
background-color: #C54293;
}
.BgClassName
{
background-color: #C54293;
}
</style>
border-color css
<style>
span { border-color: #C54293; }
span { border-color: rgb(197,66,147); }
td.TdClassName
{
border-color: #C54293;
}
.TagClassName
{
border-color: #C54293;
}
</style>