#C340C3

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

Shades of Fuchsia #C340C3

Tints of Fuchsia #C340C3

Color information

#C340C3 (or 0xC340C3) is unknown color: approx Fuchsia. HEX triplet: C3, 40 and C3. RGB value is (195,64,195). Sum of RGB (Red+Green+Blue) = 195+64+195=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C340C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340C3 is #3CBF3C. Grayscale: #757575. Windows color (decimal): -3981117 or 12796099. OLE color: 12796099.

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

Color convert

RGB19564195-
CMYK00.6700.24
HSL300º52.19%50.78%-
HSV(B)300º67.18%76.47%-
XYZ34.1919.2153.54-
YUV118.1171.4182.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=42.95%
G=14.10%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956419500.6700.2430052.1950.78
HexC340C304301812c3433
Octal30310030301030304546463
Binary1100001110000001100001101000011011000100101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340C3; }

 p { color: rgb(195,64,195); }

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

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

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

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

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

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

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