#C147B2

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

Shades of Fuchsia #C147B2

Tints of Fuchsia #C147B2

Color information

#C147B2 (or 0xC147B2) is unknown color: approx Fuchsia. HEX triplet: C1, 47 and B2. RGB value is (193,71,178). Sum of RGB (Red+Green+Blue) = 193+71+178=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C147B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147B2 is #3EB84D. Grayscale: #777777. Windows color (decimal): -4110414 or 11683777. OLE color: 11683777.

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

Color convert

RGB19371178-
CMYK00.630.080.24
HSL307.38º49.59%51.76%-
HSV(B)307.38º63.21%75.69%-
XYZ32.2819.0644.1-
YUV119.68160.92180.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=43.67%
G=16.06%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937117800.630.080.24307.3849.5951.76
HexC147B203F8181333234
Octal30110726207710304636264
Binary110000011000111101100100111111100011000100110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147B2; }

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

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

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

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

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

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

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

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