Shades of Mulberry #C252A4
Tints of Mulberry #C252A4
RGB
CMYK
RGB Variations
Color information
#C252A4 (or 0xC252A4) is known color: Mulberry. HEX triplet: C2, 52 and A4. RGB value is (194,82,164). Sum of RGB (Red+Green+Blue) = 194+82+164=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C252A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252A4 is #3DAD5B. Grayscale: #7C7C7C. Windows color (decimal): -4042076 or 10769090. OLE color: 10769090.
HSL color Cylindrical-coordinate representation of color #C252A4: hue angle of 316.07º 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 #C252A4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 164 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.24 |
| HSL | 316.07º | 0.48% | 0.54% | - |
| HSV(B) | 316.07º | 0.58% | 0.76% | - |
| XYZ | 31.97 | 20.18 | 37.33 | - |
| YUV | 124.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 164 | 0 | 0.58 | 0.15 | 0.24 | 316.07 | 0.48 | 0.54 |
| Hex | C2 | 52 | A4 | 0 | 3A | F | 18 | 13C | 30 | 36 |
| Octal | 302 | 122 | 244 | 0 | 72 | 17 | 30 | 474 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10100100 | 0 | 111010 | 1111 | 11000 | 100111100 | 110000 | 110110 |
Color Harmonies of #C252A4
Complementary color
Monochromatic Colors of #C252A4
Black with #C252A4
Text Example
Text Example
White with #C252A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252A4; }
p { color: rgb(194,82,164); }
H1.HeaderClassName
{
color: #C252A4;
}
.AnyTagClassName
{
color: #C252A4;
}
</style>
background-color css
<style>
a { background-color: #C252A4; }
a { background-color: rgb(194,82,164); }
div.DivClassName
{
background-color: #C252A4;
}
.BgClassName
{
background-color: #C252A4;
}
</style>
border-color css
<style>
span { border-color: #C252A4; }
span { border-color: rgb(194,82,164); }
td.TdClassName
{
border-color: #C252A4;
}
.TagClassName
{
border-color: #C252A4;
}
</style>