Shades of Mulberry #C452A3
Tints of Mulberry #C452A3
RGB
CMYK
RGB Variations
Color information
#C452A3 (or 0xC452A3) is known color: Mulberry. HEX triplet: C4, 52 and A3. RGB value is (196,82,163). Sum of RGB (Red+Green+Blue) = 196+82+163=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C452A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452A3 is #3BAD5C. Grayscale: #7D7D7D. Windows color (decimal): -3911005 or 10703556. OLE color: 10703556.
HSL color Cylindrical-coordinate representation of color #C452A3: hue angle of 317.37º 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 #C452A3 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 163 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.23 |
| HSL | 317.37º | 0.49% | 0.55% | - |
| HSV(B) | 317.37º | 0.58% | 0.77% | - |
| XYZ | 32.39 | 20.41 | 36.88 | - |
| YUV | 125.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 163 | 0 | 0.58 | 0.17 | 0.23 | 317.37 | 0.49 | 0.55 |
| Hex | C4 | 52 | A3 | 0 | 3A | 11 | 17 | 13D | 31 | 37 |
| Octal | 304 | 122 | 243 | 0 | 72 | 21 | 27 | 475 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10100011 | 0 | 111010 | 10001 | 10111 | 100111101 | 110001 | 110111 |
Color Harmonies of #C452A3
Complementary color
Monochromatic Colors of #C452A3
Black with #C452A3
Text Example
Text Example
White with #C452A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452A3; }
p { color: rgb(196,82,163); }
H1.HeaderClassName
{
color: #C452A3;
}
.AnyTagClassName
{
color: #C452A3;
}
</style>
background-color css
<style>
a { background-color: #C452A3; }
a { background-color: rgb(196,82,163); }
div.DivClassName
{
background-color: #C452A3;
}
.BgClassName
{
background-color: #C452A3;
}
</style>
border-color css
<style>
span { border-color: #C452A3; }
span { border-color: rgb(196,82,163); }
td.TdClassName
{
border-color: #C452A3;
}
.TagClassName
{
border-color: #C452A3;
}
</style>