#C048A1

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

Shades of Mulberry #C048A1

Tints of Mulberry #C048A1

Color information

#C048A1 (or 0xC048A1) is unknown color: approx Mulberry. HEX triplet: C0, 48 and A1. RGB value is (192,72,161). Sum of RGB (Red+Green+Blue) = 192+72+161=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A1 is #3FB75E. Grayscale: #757575. Windows color (decimal): -4175711 or 10569920. OLE color: 10569920.

HSL color Cylindrical-coordinate representation of color #C048A1: hue angle of 315.5º 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 #C048A1 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19272161-
CMYK00.630.160.25
HSL315.5º48.78%51.76%-
HSV(B)315.5º62.5%75.29%-
XYZ30.4918.4135.67-
YUV118.03152.26180.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=45.18%
G=16.94%
B=37.88%

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
Decimal1927216100.630.160.25315.548.7851.76
HexC048A103F101913c3134
Octal30011024107720314746164
Binary1100000010010001010000101111111000011001100111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048A1; }

 p { color: rgb(192,72,161); }

 H1.HeaderClassName
 {
   color: #C048A1;
 }
 .AnyTagClassName
 {
   color: #C048A1;
 }
</style>
background-color css

<style>
 a { background-color: #C048A1; }

 a { background-color: rgb(192,72,161); }

 div.DivClassName
 {
   background-color: #C048A1;
 }
 .BgClassName
 {
   background-color: #C048A1;
 }
</style>
border-color css

<style>
 span { border-color: #C048A1; }

 span { border-color: rgb(192,72,161); }

 td.TdClassName
 {
   border-color: #C048A1;
 }
 .TagClassName
 {
   border-color: #C048A1;
 }
</style>