#C341C1

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

Shades of Fuchsia #C341C1

Tints of Fuchsia #C341C1

Color information

#C341C1 (or 0xC341C1) is unknown color: approx Fuchsia. HEX triplet: C3, 41 and C1. RGB value is (195,65,193). Sum of RGB (Red+Green+Blue) = 195+65+193=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C341C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341C1 is #3CBE3E. Grayscale: #767676. Windows color (decimal): -3980863 or 12665283. OLE color: 12665283.

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

Color convert

RGB19565193-
CMYK00.670.010.24
HSL300.92º52%50.98%-
HSV(B)300.92º66.67%76.47%-
XYZ34.0219.2352.37-
YUV118.46170.07182.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=43.05%
G=14.35%
B=42.60%

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
Decimal1956519300.670.010.24300.925250.98
HexC341C104311812d3433
Octal30310130101031304556463
Binary1100001110000011100000101000011111000100101101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C341C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C341C1; }

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

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

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

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

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

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

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

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