#C46CB9

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

Shades of Fuchsia #C46CB9

Tints of Fuchsia #C46CB9

Color information

#C46CB9 (or 0xC46CB9) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and B9. RGB value is (196,108,185). Sum of RGB (Red+Green+Blue) = 196+108+185=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB9 is #3B9346. Grayscale: #8E8E8E. Windows color (decimal): -3904327 or 12152004. OLE color: 12152004.

HSL color Cylindrical-coordinate representation of color #C46CB9: hue angle of 307.5º 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 #C46CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196108185-
CMYK00.450.060.23
HSL307.5º42.72%59.61%-
HSV(B)307.5º44.9%76.86%-
XYZ36.8825.9648.97-
YUV143.09151.65165.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=40.08%
G=22.09%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610818500.450.060.23307.542.7259.61
HexC46CB902D6171342b3c
Octal3041542710556274645374
Binary11000100110110010111001010110111010111100110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CB9; }

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

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

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

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

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

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

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

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