Shades of Mulberry #C053A4
Tints of Mulberry #C053A4
RGB
CMYK
RGB Variations
Color information
#C053A4 (or 0xC053A4) is known color: Mulberry. HEX triplet: C0, 53 and A4. RGB value is (192,83,164). Sum of RGB (Red+Green+Blue) = 192+83+164=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C053A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053A4 is #3FAC5B. Grayscale: #7C7C7C. Windows color (decimal): -4172892 or 10769344. OLE color: 10769344.
HSL color Cylindrical-coordinate representation of color #C053A4: hue angle of 315.41º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053A4 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 164 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.25 |
| HSL | 315.41º | 0.46% | 0.54% | - |
| HSV(B) | 315.41º | 0.57% | 0.75% | - |
| XYZ | 31.53 | 20.07 | 37.33 | - |
| YUV | 124.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 164 | 0 | 0.57 | 0.15 | 0.25 | 315.41 | 0.46 | 0.54 |
| Hex | C0 | 53 | A4 | 0 | 39 | F | 19 | 13B | 2E | 36 |
| Octal | 300 | 123 | 244 | 0 | 71 | 17 | 31 | 473 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10100100 | 0 | 111001 | 1111 | 11001 | 100111011 | 101110 | 110110 |
Color Harmonies of #C053A4
Complementary color
Monochromatic Colors of #C053A4
Black with #C053A4
Text Example
Text Example
White with #C053A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053A4; }
p { color: rgb(192,83,164); }
H1.HeaderClassName
{
color: #C053A4;
}
.AnyTagClassName
{
color: #C053A4;
}
</style>
background-color css
<style>
a { background-color: #C053A4; }
a { background-color: rgb(192,83,164); }
div.DivClassName
{
background-color: #C053A4;
}
.BgClassName
{
background-color: #C053A4;
}
</style>
border-color css
<style>
span { border-color: #C053A4; }
span { border-color: rgb(192,83,164); }
td.TdClassName
{
border-color: #C053A4;
}
.TagClassName
{
border-color: #C053A4;
}
</style>