#C46FBE

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

Shades of Fuchsia #C46FBE

Tints of Fuchsia #C46FBE

Color information

#C46FBE (or 0xC46FBE) is unknown color: approx Fuchsia. HEX triplet: C4, 6F and BE. RGB value is (196,111,190). Sum of RGB (Red+Green+Blue) = 196+111+190=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FBE is #3B9041. Grayscale: #919191. Windows color (decimal): -3903554 or 12480452. OLE color: 12480452.

HSL color Cylindrical-coordinate representation of color #C46FBE: hue angle of 304.24º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46FBE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196111190-
CMYK00.430.030.23
HSL304.24º41.87%60.2%-
HSV(B)304.24º43.37%76.86%-
XYZ37.7426.8251.9-
YUV145.42153.16164.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=39.44%
G=22.33%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611119000.430.030.23304.2441.8760.2
HexC46FBE02B3171302a3c
Octal3041572760533274605274
Binary1100010011011111011111001010111110111100110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FBE; }

 p { color: rgb(196,111,190); }

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

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

 a { background-color: rgb(196,111,190); }

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

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

 span { border-color: rgb(196,111,190); }

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