#c147a8

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

Shades of Fuchsia #C147A8

Tints of Fuchsia #C147A8

Color information

#C147A8 (or 0xC147A8) is unknown color: approx Fuchsia. HEX triplet: C1, 47 and A8. RGB value is (193,71,168). Sum of RGB (Red+Green+Blue) = 193+71+168=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C147A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147A8 is #3EB857. Grayscale: #767676. Windows color (decimal): -4110424 or 11028417. OLE color: 11028417.

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

Color convert

RGB19371168-
CMYK00.630.130.24
HSL312.3º49.59%51.76%-
HSV(B)312.3º63.21%75.69%-
XYZ31.3118.6739-
YUV118.54155.92181.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 168 (66.02% from 255) = 38.89%
R=44.68%
G=16.44%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937116800.630.130.24312.349.5951.76
HexC147A803FD181383234
Octal30110725007715304706264
Binary110000011000111101010000111111110111000100111000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c147a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c147a8; }

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

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

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

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

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

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

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

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