Shades of Mulberry #C455A3
Tints of Mulberry #C455A3
RGB
CMYK
RGB Variations
Color information
#C455A3 (or 0xC455A3) is known color: Mulberry. HEX triplet: C4, 55 and A3. RGB value is (196,85,163). Sum of RGB (Red+Green+Blue) = 196+85+163=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A3 is #3BAA5C. Grayscale: #7E7E7E. Windows color (decimal): -3910237 or 10704324. OLE color: 10704324.
HSL color Cylindrical-coordinate representation of color #C455A3: hue angle of 317.84º degrees, saturation: 0.48, 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 #C455A3 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 163 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.23 |
| HSL | 317.84º | 0.48% | 0.55% | - |
| HSV(B) | 317.84º | 0.57% | 0.77% | - |
| XYZ | 32.62 | 20.88 | 36.96 | - |
| YUV | 127.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 163 | 0 | 0.57 | 0.17 | 0.23 | 317.84 | 0.48 | 0.55 |
| Hex | C4 | 55 | A3 | 0 | 39 | 11 | 17 | 13E | 30 | 37 |
| Octal | 304 | 125 | 243 | 0 | 71 | 21 | 27 | 476 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10100011 | 0 | 111001 | 10001 | 10111 | 100111110 | 110000 | 110111 |
Color Harmonies of #C455A3
Complementary color
Monochromatic Colors of #C455A3
Black with #C455A3
Text Example
Text Example
White with #C455A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455A3; }
p { color: rgb(196,85,163); }
H1.HeaderClassName
{
color: #C455A3;
}
.AnyTagClassName
{
color: #C455A3;
}
</style>
background-color css
<style>
a { background-color: #C455A3; }
a { background-color: rgb(196,85,163); }
div.DivClassName
{
background-color: #C455A3;
}
.BgClassName
{
background-color: #C455A3;
}
</style>
border-color css
<style>
span { border-color: #C455A3; }
span { border-color: rgb(196,85,163); }
td.TdClassName
{
border-color: #C455A3;
}
.TagClassName
{
border-color: #C455A3;
}
</style>