Shades of Mulberry #C452A4
Tints of Mulberry #C452A4
RGB
CMYK
RGB Variations
Color information
#C452A4 (or 0xC452A4) is known color: Mulberry. HEX triplet: C4, 52 and A4. RGB value is (196,82,164). Sum of RGB (Red+Green+Blue) = 196+82+164=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C452A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452A4 is #3BAD5B. Grayscale: #7D7D7D. Windows color (decimal): -3911004 or 10769092. OLE color: 10769092.
HSL color Cylindrical-coordinate representation of color #C452A4: hue angle of 316.84º 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 #C452A4 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 164 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.23 |
| HSL | 316.84º | 0.49% | 0.55% | - |
| HSV(B) | 316.84º | 0.58% | 0.77% | - |
| XYZ | 32.48 | 20.45 | 37.36 | - |
| YUV | 125.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 164 | 0 | 0.58 | 0.16 | 0.23 | 316.84 | 0.49 | 0.55 |
| Hex | C4 | 52 | A4 | 0 | 3A | 10 | 17 | 13D | 31 | 37 |
| Octal | 304 | 122 | 244 | 0 | 72 | 20 | 27 | 475 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10100100 | 0 | 111010 | 10000 | 10111 | 100111101 | 110001 | 110111 |
Color Harmonies of #C452A4
Complementary color
Monochromatic Colors of #C452A4
Black with #C452A4
Text Example
Text Example
White with #C452A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452A4; }
p { color: rgb(196,82,164); }
H1.HeaderClassName
{
color: #C452A4;
}
.AnyTagClassName
{
color: #C452A4;
}
</style>
background-color css
<style>
a { background-color: #C452A4; }
a { background-color: rgb(196,82,164); }
div.DivClassName
{
background-color: #C452A4;
}
.BgClassName
{
background-color: #C452A4;
}
</style>
border-color css
<style>
span { border-color: #C452A4; }
span { border-color: rgb(196,82,164); }
td.TdClassName
{
border-color: #C452A4;
}
.TagClassName
{
border-color: #C452A4;
}
</style>