Shades of Mulberry #C451A0
Tints of Mulberry #C451A0
RGB
CMYK
RGB Variations
Color information
#C451A0 (or 0xC451A0) is known color: Mulberry. HEX triplet: C4, 51 and A0. RGB value is (196,81,160). Sum of RGB (Red+Green+Blue) = 196+81+160=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C451A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451A0 is #3BAE5F. Grayscale: #7C7C7C. Windows color (decimal): -3911264 or 10506692. OLE color: 10506692.
HSL color Cylindrical-coordinate representation of color #C451A0: hue angle of 318.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451A0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 160 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.23 |
| HSL | 318.78º | 0.49% | 0.54% | - |
| HSV(B) | 318.78º | 0.59% | 0.77% | - |
| XYZ | 32.05 | 20.16 | 35.46 | - |
| YUV | 124.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 160 | 0 | 0.59 | 0.18 | 0.23 | 318.78 | 0.49 | 0.54 |
| Hex | C4 | 51 | A0 | 0 | 3B | 12 | 17 | 13F | 31 | 36 |
| Octal | 304 | 121 | 240 | 0 | 73 | 22 | 27 | 477 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10100000 | 0 | 111011 | 10010 | 10111 | 100111111 | 110001 | 110110 |
Color Harmonies of #C451A0
Complementary color
Monochromatic Colors of #C451A0
Black with #C451A0
Text Example
Text Example
White with #C451A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451A0; }
p { color: rgb(196,81,160); }
H1.HeaderClassName
{
color: #C451A0;
}
.AnyTagClassName
{
color: #C451A0;
}
</style>
background-color css
<style>
a { background-color: #C451A0; }
a { background-color: rgb(196,81,160); }
div.DivClassName
{
background-color: #C451A0;
}
.BgClassName
{
background-color: #C451A0;
}
</style>
border-color css
<style>
span { border-color: #C451A0; }
span { border-color: rgb(196,81,160); }
td.TdClassName
{
border-color: #C451A0;
}
.TagClassName
{
border-color: #C451A0;
}
</style>