#C343C9

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

Shades of Fuchsia #C343C9

Tints of Fuchsia #C343C9

Color information

#C343C9 (or 0xC343C9) is unknown color: approx Fuchsia. HEX triplet: C3, 43 and C9. RGB value is (195,67,201). Sum of RGB (Red+Green+Blue) = 195+67+201=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #C343C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343C9 is #3CBC36. Grayscale: #787878. Windows color (decimal): -3980343 or 13190083. OLE color: 13190083.

HSL color Cylindrical-coordinate representation of color #C343C9: hue angle of 297.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C343C9 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19567201-
CMYK0.030.6700.21
HSL297.31º55.37%52.55%-
HSV(B)297.31º66.67%78.82%-
XYZ35.0619.8357.24-
YUV120.55173.41181.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=42.12%
G=14.47%
B=43.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195672010.030.6700.21297.3155.3752.55
HexC343C93430151293735
Octal30310331131030254516765
Binary11000011100001111001001111000011010101100101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C343C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C343C9; }

 p { color: rgb(195,67,201); }

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

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

 a { background-color: rgb(195,67,201); }

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

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

 span { border-color: rgb(195,67,201); }

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