#C349C1

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

Shades of Fuchsia #C349C1

Tints of Fuchsia #C349C1

Color information

#C349C1 (or 0xC349C1) is unknown color: approx Fuchsia. HEX triplet: C3, 49 and C1. RGB value is (195,73,193). Sum of RGB (Red+Green+Blue) = 195+73+193=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C349C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349C1 is #3CB63E. Grayscale: #7A7A7A. Windows color (decimal): -3978815 or 12667331. OLE color: 12667331.

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

Color convert

RGB19573193-
CMYK00.630.010.24
HSL300.98º50.41%52.55%-
HSV(B)300.98º62.56%76.47%-
XYZ34.5120.2252.54-
YUV123.16167.42179.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=42.30%
G=15.84%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957319300.630.010.24300.9850.4152.55
HexC349C103F11812d3235
Octal3031113010771304556265
Binary110000111001001110000010111111111000100101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349C1; }

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

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

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

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

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

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

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

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