#C147C1

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

Shades of Fuchsia #C147C1

Tints of Fuchsia #C147C1

Color information

#C147C1 (or 0xC147C1) is unknown color: approx Fuchsia. HEX triplet: C1, 47 and C1. RGB value is (193,71,193). Sum of RGB (Red+Green+Blue) = 193+71+193=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C147C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147C1 is #3EB83E. Grayscale: #797979. Windows color (decimal): -4110399 or 12666817. OLE color: 12666817.

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

Color convert

RGB19371193-
CMYK00.6300.24
HSL300º49.59%51.76%-
HSV(B)300º63.21%75.69%-
XYZ33.8719.6952.47-
YUV121.39168.42179.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=42.23%
G=15.54%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937119300.6300.2430049.5951.76
HexC147C103F01812c3234
Octal3011073010770304546264
Binary110000011000111110000010111111011000100101100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147C1; }

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

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

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

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

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

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

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

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