#C241C6

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

Shades of Fuchsia #C241C6

Tints of Fuchsia #C241C6

Color information

#C241C6 (or 0xC241C6) is unknown color: approx Fuchsia. HEX triplet: C2, 41 and C6. RGB value is (194,65,198). Sum of RGB (Red+Green+Blue) = 194+65+198=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #C241C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241C6 is #3DBE39. Grayscale: #767676. Windows color (decimal): -4046394 or 12992962. OLE color: 12992962.

HSL color Cylindrical-coordinate representation of color #C241C6: hue angle of 298.2º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C241C6 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19465198-
CMYK0.020.6700.22
HSL298.2º53.85%51.57%-
HSV(B)298.2º67.17%77.65%-
XYZ34.3319.3355.35-
YUV118.73172.74181.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=42.45%
G=14.22%
B=43.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194651980.020.6700.22298.253.8551.57
HexC241C624301612a3634
Octal30210130621030264526664
Binary11000010100000111000110101000011010110100101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241C6; }

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

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

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

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

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

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

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

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