Shades of Mulberry #C452A1
Tints of Mulberry #C452A1
RGB
CMYK
RGB Variations
Color information
#C452A1 (or 0xC452A1) is known color: Mulberry. HEX triplet: C4, 52 and A1. RGB value is (196,82,161). Sum of RGB (Red+Green+Blue) = 196+82+161=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C452A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452A1 is #3BAD5E. Grayscale: #7C7C7C. Windows color (decimal): -3911007 or 10572484. OLE color: 10572484.
HSL color Cylindrical-coordinate representation of color #C452A1: hue angle of 318.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452A1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 161 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.23 |
| HSL | 318.42º | 0.49% | 0.55% | - |
| HSV(B) | 318.42º | 0.58% | 0.77% | - |
| XYZ | 32.22 | 20.34 | 35.95 | - |
| YUV | 125.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 161 | 0 | 0.58 | 0.18 | 0.23 | 318.42 | 0.49 | 0.55 |
| Hex | C4 | 52 | A1 | 0 | 3A | 12 | 17 | 13E | 31 | 37 |
| Octal | 304 | 122 | 241 | 0 | 72 | 22 | 27 | 476 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10100001 | 0 | 111010 | 10010 | 10111 | 100111110 | 110001 | 110111 |
Color Harmonies of #C452A1
Complementary color
Monochromatic Colors of #C452A1
Black with #C452A1
Text Example
Text Example
White with #C452A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452A1; }
p { color: rgb(196,82,161); }
H1.HeaderClassName
{
color: #C452A1;
}
.AnyTagClassName
{
color: #C452A1;
}
</style>
background-color css
<style>
a { background-color: #C452A1; }
a { background-color: rgb(196,82,161); }
div.DivClassName
{
background-color: #C452A1;
}
.BgClassName
{
background-color: #C452A1;
}
</style>
border-color css
<style>
span { border-color: #C452A1; }
span { border-color: rgb(196,82,161); }
td.TdClassName
{
border-color: #C452A1;
}
.TagClassName
{
border-color: #C452A1;
}
</style>