#C341C2

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

Shades of Fuchsia #C341C2

Tints of Fuchsia #C341C2

Color information

#C341C2 (or 0xC341C2) is unknown color: approx Fuchsia. HEX triplet: C3, 41 and C2. RGB value is (195,65,194). Sum of RGB (Red+Green+Blue) = 195+65+194=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C341C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341C2 is #3CBE3D. Grayscale: #767676. Windows color (decimal): -3980862 or 12730819. OLE color: 12730819.

HSL color Cylindrical-coordinate representation of color #C341C2: hue angle of 300.46º 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 #C341C2 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19565194-
CMYK00.670.010.24
HSL300.46º52%50.98%-
HSV(B)300.46º66.67%76.47%-
XYZ34.1319.2852.96-
YUV118.58170.57182.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 65 (25.78% from 255) = 14.32%
BLUE value IS 194 (76.17% from 255) = 42.73%
R=42.95%
G=14.32%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956519400.670.010.24300.465250.98
HexC341C204311812c3433
Octal30310130201031304546463
Binary1100001110000011100001001000011111000100101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C341C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C341C2; }

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

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

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

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

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

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

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

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