#C46CB2

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

Shades of Fuchsia #C46CB2

Tints of Fuchsia #C46CB2

Color information

#C46CB2 (or 0xC46CB2) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and B2. RGB value is (196,108,178). Sum of RGB (Red+Green+Blue) = 196+108+178=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CB2 is #3B934D. Grayscale: #8E8E8E. Windows color (decimal): -3904334 or 11693252. OLE color: 11693252.

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

Color convert

RGB196108178-
CMYK00.450.090.23
HSL312.27º42.72%59.61%-
HSV(B)312.27º44.9%76.86%-
XYZ36.1625.6845.17-
YUV142.29148.15166.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=40.66%
G=22.41%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610817800.450.090.23312.2742.7259.61
HexC46CB202D9171382b3c
Octal30415426205511274705374
Binary110001001101100101100100101101100110111100111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CB2; }

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

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

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

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

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

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

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

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