#C46CB6

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

Shades of Fuchsia #C46CB6

Tints of Fuchsia #C46CB6

Color information

#C46CB6 (or 0xC46CB6) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and B6. RGB value is (196,108,182). Sum of RGB (Red+Green+Blue) = 196+108+182=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB6 is #3B9349. Grayscale: #8E8E8E. Windows color (decimal): -3904330 or 11955396. OLE color: 11955396.

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

Color convert

RGB196108182-
CMYK00.450.070.23
HSL309.55º42.72%59.61%-
HSV(B)309.55º44.9%76.86%-
XYZ36.5725.8447.32-
YUV142.75150.15165.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=40.33%
G=22.22%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610818200.450.070.23309.5542.7259.61
HexC46CB602D7171362b3c
Octal3041542660557274665374
Binary11000100110110010110110010110111110111100110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CB6; }

 p { color: rgb(196,108,182); }

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

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

 a { background-color: rgb(196,108,182); }

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

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

 span { border-color: rgb(196,108,182); }

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