#C344C2

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

Shades of Fuchsia #C344C2

Tints of Fuchsia #C344C2

Color information

#C344C2 (or 0xC344C2) is unknown color: approx Fuchsia. HEX triplet: C3, 44 and C2. RGB value is (195,68,194). Sum of RGB (Red+Green+Blue) = 195+68+194=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C344C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344C2 is #3CBB3D. Grayscale: #777777. Windows color (decimal): -3980094 or 12731587. OLE color: 12731587.

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

Color convert

RGB19568194-
CMYK00.650.010.24
HSL300.47º51.42%51.57%-
HSV(B)300.47º65.13%76.47%-
XYZ34.3119.6353.02-
YUV120.34169.58181.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=42.67%
G=14.88%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956819400.650.010.24300.4751.4251.57
HexC344C204111812c3334
Octal30310430201011304546364
Binary1100001110001001100001001000001111000100101100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344C2; }

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

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

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

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

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

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

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

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