Shades of Mulberry #C454A0
Tints of Mulberry #C454A0
RGB
CMYK
RGB Variations
Color information
#C454A0 (or 0xC454A0) is known color: Mulberry. HEX triplet: C4, 54 and A0. RGB value is (196,84,160). Sum of RGB (Red+Green+Blue) = 196+84+160=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C454A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454A0 is #3BAB5F. Grayscale: #7D7D7D. Windows color (decimal): -3910496 or 10507460. OLE color: 10507460.
HSL color Cylindrical-coordinate representation of color #C454A0: hue angle of 319.29º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C454A0 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 160 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.23 |
| HSL | 319.29º | 0.49% | 0.55% | - |
| HSV(B) | 319.29º | 0.57% | 0.77% | - |
| XYZ | 32.28 | 20.61 | 35.54 | - |
| YUV | 126.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 160 | 0 | 0.57 | 0.18 | 0.23 | 319.29 | 0.49 | 0.55 |
| Hex | C4 | 54 | A0 | 0 | 39 | 12 | 17 | 13F | 31 | 37 |
| Octal | 304 | 124 | 240 | 0 | 71 | 22 | 27 | 477 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10100000 | 0 | 111001 | 10010 | 10111 | 100111111 | 110001 | 110111 |
Color Harmonies of #C454A0
Complementary color
Monochromatic Colors of #C454A0
Black with #C454A0
Text Example
Text Example
White with #C454A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454A0; }
p { color: rgb(196,84,160); }
H1.HeaderClassName
{
color: #C454A0;
}
.AnyTagClassName
{
color: #C454A0;
}
</style>
background-color css
<style>
a { background-color: #C454A0; }
a { background-color: rgb(196,84,160); }
div.DivClassName
{
background-color: #C454A0;
}
.BgClassName
{
background-color: #C454A0;
}
</style>
border-color css
<style>
span { border-color: #C454A0; }
span { border-color: rgb(196,84,160); }
td.TdClassName
{
border-color: #C454A0;
}
.TagClassName
{
border-color: #C454A0;
}
</style>