Shades of Mulberry #C252A0
Tints of Mulberry #C252A0
RGB
CMYK
RGB Variations
Color information
#C252A0 (or 0xC252A0) is known color: Mulberry. HEX triplet: C2, 52 and A0. RGB value is (194,82,160). Sum of RGB (Red+Green+Blue) = 194+82+160=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C252A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252A0 is #3DAD5F. Grayscale: #7C7C7C. Windows color (decimal): -4042080 or 10506946. OLE color: 10506946.
HSL color Cylindrical-coordinate representation of color #C252A0: hue angle of 318.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252A0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 160 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.24 |
| HSL | 318.21º | 0.48% | 0.54% | - |
| HSV(B) | 318.21º | 0.58% | 0.76% | - |
| XYZ | 31.61 | 20.04 | 35.46 | - |
| YUV | 124.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 160 | 0 | 0.58 | 0.18 | 0.24 | 318.21 | 0.48 | 0.54 |
| Hex | C2 | 52 | A0 | 0 | 3A | 12 | 18 | 13E | 30 | 36 |
| Octal | 302 | 122 | 240 | 0 | 72 | 22 | 30 | 476 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10100000 | 0 | 111010 | 10010 | 11000 | 100111110 | 110000 | 110110 |
Color Harmonies of #C252A0
Complementary color
Monochromatic Colors of #C252A0
Black with #C252A0
Text Example
Text Example
White with #C252A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252A0; }
p { color: rgb(194,82,160); }
H1.HeaderClassName
{
color: #C252A0;
}
.AnyTagClassName
{
color: #C252A0;
}
</style>
background-color css
<style>
a { background-color: #C252A0; }
a { background-color: rgb(194,82,160); }
div.DivClassName
{
background-color: #C252A0;
}
.BgClassName
{
background-color: #C252A0;
}
</style>
border-color css
<style>
span { border-color: #C252A0; }
span { border-color: rgb(194,82,160); }
td.TdClassName
{
border-color: #C252A0;
}
.TagClassName
{
border-color: #C252A0;
}
</style>