#C342C9

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

Shades of Fuchsia #C342C9

Tints of Fuchsia #C342C9

Color information

#C342C9 (or 0xC342C9) is unknown color: approx Fuchsia. HEX triplet: C3, 42 and C9. RGB value is (195,66,201). Sum of RGB (Red+Green+Blue) = 195+66+201=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #C342C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C9 is #3CBD36. Grayscale: #777777. Windows color (decimal): -3980599 or 13189827. OLE color: 13189827.

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

Color convert

RGB19566201-
CMYK0.030.6700.21
HSL297.33º55.56%52.35%-
HSV(B)297.33º67.16%78.82%-
XYZ3519.7257.22-
YUV119.96173.74181.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=42.21%
G=14.29%
B=43.51%

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
Decimal195662010.030.6700.21297.3355.5652.35
HexC342C93430151293834
Octal30310231131030254517064
Binary11000011100001011001001111000011010101100101001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342C9; }

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

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

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

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

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

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

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

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