#C349C4

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

Shades of Fuchsia #C349C4

Tints of Fuchsia #C349C4

Color information

#C349C4 (or 0xC349C4) is unknown color: approx Fuchsia. HEX triplet: C3, 49 and C4. RGB value is (195,73,196). Sum of RGB (Red+Green+Blue) = 195+73+196=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #C349C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349C4 is #3CB63B. Grayscale: #7B7B7B. Windows color (decimal): -3978812 or 12863939. OLE color: 12863939.

HSL color Cylindrical-coordinate representation of color #C349C4: hue angle of 299.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349C4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19573196-
CMYK0.010.6300.23
HSL299.51º51.04%52.75%-
HSV(B)299.51º62.76%76.86%-
XYZ34.8520.3554.32-
YUV123.5168.92179-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=42.03%
G=15.73%
B=42.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195731960.010.6300.23299.5151.0452.75
HexC349C413F01712c3335
Octal3031113041770274546365
Binary110000111001001110001001111111010111100101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349C4; }

 p { color: rgb(195,73,196); }

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

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

 a { background-color: rgb(195,73,196); }

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

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

 span { border-color: rgb(195,73,196); }

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