#C048A2

Color #C048A2 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C048A2

Tints of Mulberry #C048A2

Color information

#C048A2 (or 0xC048A2) is unknown color: approx 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

RGB19272162-
CMYK00.630.160.25
HSL315º48.78%51.76%-
HSV(B)315º62.5%75.29%-
XYZ30.5818.4536.13-
YUV118.14152.76180.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=45.07%
G=16.90%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927216200.630.160.2531548.7851.76
HexC048A203F101913b3134
Octal30011024207720314736164
Binary1100000010010001010001001111111000011001100111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>