Shades of Mulberry #C048A2
Tints of Mulberry #C048A2
RGB
CMYK
RGB Variations
Color information
#C048A2 (or 0xC048A2) is known color: Mulberry. HEX triplet: C0, 48 and A2. RGB value is (192,72,162). Sum of RGB (Red+Green+Blue) = 192+72+162=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A2 is #3FB75D. Grayscale: #757575. Windows color (decimal): -4175710 or 10635456. OLE color: 10635456.
HSL color Cylindrical-coordinate representation of color #C048A2: hue angle of 315º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C048A2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 162 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.25 |
| HSL | 315º | 0.49% | 0.52% | - |
| HSV(B) | 315º | 0.63% | 0.75% | - |
| XYZ | 30.58 | 18.45 | 36.13 | - |
| YUV | 118.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 162 | 0 | 0.63 | 0.16 | 0.25 | 315 | 0.49 | 0.52 |
| Hex | C0 | 48 | A2 | 0 | 3F | 10 | 19 | 13B | 31 | 34 |
| Octal | 300 | 110 | 242 | 0 | 77 | 20 | 31 | 473 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10100010 | 0 | 111111 | 10000 | 11001 | 100111011 | 110001 | 110100 |
Color Harmonies of #C048A2
Complementary color
Monochromatic Colors of #C048A2
Black with #C048A2
Text Example
Text Example
White with #C048A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048A2; }
p { color: rgb(192,72,162); }
H1.HeaderClassName
{
color: #C048A2;
}
.AnyTagClassName
{
color: #C048A2;
}
</style>
background-color css
<style>
a { background-color: #C048A2; }
a { background-color: rgb(192,72,162); }
div.DivClassName
{
background-color: #C048A2;
}
.BgClassName
{
background-color: #C048A2;
}
</style>
border-color css
<style>
span { border-color: #C048A2; }
span { border-color: rgb(192,72,162); }
td.TdClassName
{
border-color: #C048A2;
}
.TagClassName
{
border-color: #C048A2;
}
</style>