Shades of Mulberry #C54395
Tints of Mulberry #C54395
RGB
CMYK
RGB Variations
Color information
#C54395 (or 0xC54395) is known color: Mulberry. HEX triplet: C5, 43 and 95. RGB value is (197,67,149). Sum of RGB (Red+Green+Blue) = 197+67+149=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54395 is #3ABC6A. Grayscale: #737373. Windows color (decimal): -3849323 or 9782213. OLE color: 9782213.
HSL color Cylindrical-coordinate representation of color #C54395: hue angle of 322.15º 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 #C54395 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 149 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.23 |
| HSL | 322.15º | 0.53% | 0.52% | - |
| HSV(B) | 322.15º | 0.66% | 0.77% | - |
| XYZ | 30.46 | 18.05 | 30.31 | - |
| YUV | 115.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 149 | 0 | 0.66 | 0.24 | 0.23 | 322.15 | 0.53 | 0.52 |
| Hex | C5 | 43 | 95 | 0 | 42 | 18 | 17 | 142 | 35 | 34 |
| Octal | 305 | 103 | 225 | 0 | 102 | 30 | 27 | 502 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10010101 | 0 | 1000010 | 11000 | 10111 | 101000010 | 110101 | 110100 |
Color Harmonies of #C54395
Complementary color
Monochromatic Colors of #C54395
Black with #C54395
Text Example
Text Example
White with #C54395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54395; }
p { color: rgb(197,67,149); }
H1.HeaderClassName
{
color: #C54395;
}
.AnyTagClassName
{
color: #C54395;
}
</style>
background-color css
<style>
a { background-color: #C54395; }
a { background-color: rgb(197,67,149); }
div.DivClassName
{
background-color: #C54395;
}
.BgClassName
{
background-color: #C54395;
}
</style>
border-color css
<style>
span { border-color: #C54395; }
span { border-color: rgb(197,67,149); }
td.TdClassName
{
border-color: #C54395;
}
.TagClassName
{
border-color: #C54395;
}
</style>