#C246C3

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

Shades of Fuchsia #C246C3

Tints of Fuchsia #C246C3

Color information

#C246C3 (or 0xC246C3) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and C3. RGB value is (194,70,195). Sum of RGB (Red+Green+Blue) = 194+70+195=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #C246C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246C3 is #3DB93C. Grayscale: #787878. Windows color (decimal): -4045117 or 12797634. OLE color: 12797634.

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

Color convert

RGB19470195-
CMYK0.010.6400.24
HSL299.52º51.02%51.96%-
HSV(B)299.52º64.1%76.47%-
XYZ34.2919.7953.64-
YUV121.33169.58179.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 70 (27.73% from 255) = 15.25%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=42.27%
G=15.25%
B=42.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194701950.010.6400.24299.5251.0251.96
HexC246C314001812c3334
Octal30210630311000304546364
Binary1100001010001101100001111000000011000100101100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246C3; }

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

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

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

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

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

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

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

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