#C347AF

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

Shades of Fuchsia #C347AF

Tints of Fuchsia #C347AF

Color information

#C347AF (or 0xC347AF) is unknown color: approx Fuchsia. HEX triplet: C3, 47 and AF. RGB value is (195,71,175). Sum of RGB (Red+Green+Blue) = 195+71+175=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AF is #3CB850. Grayscale: #777777. Windows color (decimal): -3979345 or 11487171. OLE color: 11487171.

HSL color Cylindrical-coordinate representation of color #C347AF: hue angle of 309.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C347AF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19571175-
CMYK00.640.100.24
HSL309.68º50.82%52.16%-
HSV(B)309.68º63.59%76.47%-
XYZ32.519.242.55-
YUV119.93159.08181.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=44.22%
G=16.10%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957117500.640.100.24309.6850.8252.16
HexC347AF040A181363334
Octal303107257010012304666364
Binary1100001110001111010111101000000101011000100110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347AF; }

 p { color: rgb(195,71,175); }

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

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

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

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

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

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

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