#C246C9

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

Shades of Fuchsia #C246C9

Tints of Fuchsia #C246C9

Color information

#C246C9 (or 0xC246C9) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and C9. RGB value is (194,70,201). Sum of RGB (Red+Green+Blue) = 194+70+201=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #C246C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246C9 is #3DB936. Grayscale: #797979. Windows color (decimal): -4045111 or 13190850. OLE color: 13190850.

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

Color convert

RGB19470201-
CMYK0.030.6500.21
HSL296.79º54.81%53.14%-
HSV(B)296.79º65.17%78.82%-
XYZ34.9820.0757.29-
YUV122.01172.58179.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 70 (27.73% from 255) = 15.05%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=41.72%
G=15.05%
B=43.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194702010.030.6500.21296.7954.8153.14
HexC246C93410151293735
Octal30210631131010254516765
Binary11000010100011011001001111000001010101100101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246C9; }

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

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

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

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

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

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

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

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