Shades of Mulberry #C451A1
Tints of Mulberry #C451A1
RGB
CMYK
RGB Variations
Color information
#C451A1 (or 0xC451A1) is known color: Mulberry. HEX triplet: C4, 51 and A1. RGB value is (196,81,161). Sum of RGB (Red+Green+Blue) = 196+81+161=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C451A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451A1 is #3BAE5E. Grayscale: #7C7C7C. Windows color (decimal): -3911263 or 10572228. OLE color: 10572228.
HSL color Cylindrical-coordinate representation of color #C451A1: hue angle of 318.26º 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 #C451A1 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 161 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.23 |
| HSL | 318.26º | 0.49% | 0.54% | - |
| HSV(B) | 318.26º | 0.59% | 0.77% | - |
| XYZ | 32.14 | 20.19 | 35.92 | - |
| YUV | 124.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 161 | 0 | 0.59 | 0.18 | 0.23 | 318.26 | 0.49 | 0.54 |
| Hex | C4 | 51 | A1 | 0 | 3B | 12 | 17 | 13E | 31 | 36 |
| Octal | 304 | 121 | 241 | 0 | 73 | 22 | 27 | 476 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10100001 | 0 | 111011 | 10010 | 10111 | 100111110 | 110001 | 110110 |
Color Harmonies of #C451A1
Complementary color
Monochromatic Colors of #C451A1
Black with #C451A1
Text Example
Text Example
White with #C451A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451A1; }
p { color: rgb(196,81,161); }
H1.HeaderClassName
{
color: #C451A1;
}
.AnyTagClassName
{
color: #C451A1;
}
</style>
background-color css
<style>
a { background-color: #C451A1; }
a { background-color: rgb(196,81,161); }
div.DivClassName
{
background-color: #C451A1;
}
.BgClassName
{
background-color: #C451A1;
}
</style>
border-color css
<style>
span { border-color: #C451A1; }
span { border-color: rgb(196,81,161); }
td.TdClassName
{
border-color: #C451A1;
}
.TagClassName
{
border-color: #C451A1;
}
</style>