#C347BF

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

Shades of Fuchsia #C347BF

Tints of Fuchsia #C347BF

Color information

#C347BF (or 0xC347BF) is unknown color: approx Fuchsia. HEX triplet: C3, 47 and BF. RGB value is (195,71,191). Sum of RGB (Red+Green+Blue) = 195+71+191=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BF is #3CB840. Grayscale: #797979. Windows color (decimal): -3979329 or 12535747. OLE color: 12535747.

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

Color convert

RGB19571191-
CMYK00.640.020.24
HSL301.94º50.82%52.16%-
HSV(B)301.94º63.59%76.47%-
XYZ34.1619.8751.32-
YUV121.76167.08180.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 191 (75% from 255) = 41.79%
R=42.67%
G=15.54%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957119100.640.020.24301.9450.8252.16
HexC347BF04021812e3334
Octal30310727701002304566364
Binary11000011100011110111111010000001011000100101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347BF; }

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

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

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

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

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

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

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

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