#C046C3

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

Shades of Fuchsia #C046C3

Tints of Fuchsia #C046C3

Color information

#C046C3 (or 0xC046C3) is unknown color: approx Fuchsia. HEX triplet: C0, 46 and C3. RGB value is (192,70,195). Sum of RGB (Red+Green+Blue) = 192+70+195=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #C046C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046C3 is #3FB93C. Grayscale: #787878. Windows color (decimal): -4176189 or 12797632. OLE color: 12797632.

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

Color convert

RGB19270195-
CMYK0.020.6400.24
HSL298.56º51.02%51.96%-
HSV(B)298.56º64.1%76.47%-
XYZ33.7819.5353.62-
YUV120.73169.92178.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 70 (27.73% from 255) = 15.32%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=42.01%
G=15.32%
B=42.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192701950.020.6400.24298.5651.0251.96
HexC046C324001812b3334
Octal30010630321000304536364
Binary11000000100011011000011101000000011000100101011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C046C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C046C3; }

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

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

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

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

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

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

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

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