#C247B2

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

Shades of Fuchsia #C247B2

Tints of Fuchsia #C247B2

Color information

#C247B2 (or 0xC247B2) is unknown color: approx Fuchsia. HEX triplet: C2, 47 and B2. RGB value is (194,71,178). Sum of RGB (Red+Green+Blue) = 194+71+178=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C247B2 is #3DB84D. Grayscale: #777777. Windows color (decimal): -4044878 or 11683778. OLE color: 11683778.

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

Color convert

RGB19471178-
CMYK00.630.080.24
HSL307.8º50.2%51.96%-
HSV(B)307.8º63.4%76.08%-
XYZ32.5419.1944.11-
YUV119.98160.75180.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 71 (28.12% from 255) = 16.03%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=43.79%
G=16.03%
B=40.18%

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
Decimal1947117800.630.080.24307.850.251.96
HexC247B203F8181343234
Octal30210726207710304646264
Binary110000101000111101100100111111100011000100110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C247B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C247B2; }

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

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

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

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

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

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

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

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