Shades of Mulberry #C4529C
Tints of Mulberry #C4529C
RGB
CMYK
RGB Variations
Color information
#C4529C (or 0xC4529C) is known color: Mulberry. HEX triplet: C4, 52 and 9C. RGB value is (196,82,156). Sum of RGB (Red+Green+Blue) = 196+82+156=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529C is #3BAD63. Grayscale: #7C7C7C. Windows color (decimal): -3911012 or 10244804. OLE color: 10244804.
HSL color Cylindrical-coordinate representation of color #C4529C: hue angle of 321.05º 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 #C4529C is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 156 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.23 |
| HSL | 321.05º | 0.49% | 0.55% | - |
| HSV(B) | 321.05º | 0.58% | 0.77% | - |
| XYZ | 31.78 | 20.17 | 33.67 | - |
| YUV | 124.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 156 | 0 | 0.58 | 0.20 | 0.23 | 321.05 | 0.49 | 0.55 |
| Hex | C4 | 52 | 9C | 0 | 3A | 14 | 17 | 141 | 31 | 37 |
| Octal | 304 | 122 | 234 | 0 | 72 | 24 | 27 | 501 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10011100 | 0 | 111010 | 10100 | 10111 | 101000001 | 110001 | 110111 |
Color Harmonies of #C4529C
Complementary color
Monochromatic Colors of #C4529C
Black with #C4529C
Text Example
Text Example
White with #C4529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4529C; }
p { color: rgb(196,82,156); }
H1.HeaderClassName
{
color: #C4529C;
}
.AnyTagClassName
{
color: #C4529C;
}
</style>
background-color css
<style>
a { background-color: #C4529C; }
a { background-color: rgb(196,82,156); }
div.DivClassName
{
background-color: #C4529C;
}
.BgClassName
{
background-color: #C4529C;
}
</style>
border-color css
<style>
span { border-color: #C4529C; }
span { border-color: rgb(196,82,156); }
td.TdClassName
{
border-color: #C4529C;
}
.TagClassName
{
border-color: #C4529C;
}
</style>