#C147A4

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

Shades of Mulberry #C147A4

Tints of Mulberry #C147A4

Color information

#C147A4 (or 0xC147A4) is unknown color: approx Mulberry. HEX triplet: C1, 47 and A4. RGB value is (193,71,164). Sum of RGB (Red+Green+Blue) = 193+71+164=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A4 is #3EB85B. Grayscale: #757575. Windows color (decimal): -4110428 or 10766273. OLE color: 10766273.

HSL color Cylindrical-coordinate representation of color #C147A4: hue angle of 314.26º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C147A4 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19371164-
CMYK00.630.150.24
HSL314.26º49.59%51.76%-
HSV(B)314.26º63.21%75.69%-
XYZ30.9518.5237.07-
YUV118.08153.92181.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 164 (64.45% from 255) = 38.32%
R=45.09%
G=16.59%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937116400.630.150.24314.2649.5951.76
HexC147A403FF1813a3234
Octal30110724407717304726264
Binary110000011000111101001000111111111111000100111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147A4; }

 p { color: rgb(193,71,164); }

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

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

 a { background-color: rgb(193,71,164); }

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

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

 span { border-color: rgb(193,71,164); }

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