#C247B4

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

Shades of Fuchsia #C247B4

Tints of Fuchsia #C247B4

Color information

#C247B4 (or 0xC247B4) is unknown color: approx Fuchsia. HEX triplet: C2, 47 and B4. RGB value is (194,71,180). Sum of RGB (Red+Green+Blue) = 194+71+180=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C247B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247B4 is #3DB84B. Grayscale: #777777. Windows color (decimal): -4044876 or 11814850. OLE color: 11814850.

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

Color convert

RGB19471180-
CMYK00.630.070.24
HSL306.83º50.2%51.96%-
HSV(B)306.83º63.4%76.08%-
XYZ32.7419.2745.17-
YUV120.2161.75180.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=43.60%
G=15.96%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947118000.630.070.24306.8350.251.96
HexC247B403F7181333234
Octal3021072640777304636264
Binary11000010100011110110100011111111111000100110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C247B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C247B4; }

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

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

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

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

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

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

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

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