#C347C2

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

Shades of Fuchsia #C347C2

Tints of Fuchsia #C347C2

Color information

#C347C2 (or 0xC347C2) is unknown color: approx Fuchsia. HEX triplet: C3, 47 and C2. RGB value is (195,71,194). Sum of RGB (Red+Green+Blue) = 195+71+194=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C347C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347C2 is #3CB83D. Grayscale: #797979. Windows color (decimal): -3979326 or 12732355. OLE color: 12732355.

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

Color convert

RGB19571194-
CMYK00.640.010.24
HSL300.48º50.82%52.16%-
HSV(B)300.48º63.59%76.47%-
XYZ34.52053.08-
YUV122.1168.58180-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 71 (28.12% from 255) = 15.43%
BLUE value IS 194 (76.17% from 255) = 42.17%
R=42.39%
G=15.43%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957119400.640.010.24300.4850.8252.16
HexC347C204011812c3334
Octal30310730201001304546364
Binary1100001110001111100001001000000111000100101100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347C2; }

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

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

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

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

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

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

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

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