#C46CB3

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

Shades of Fuchsia #C46CB3

Tints of Fuchsia #C46CB3

Color information

#C46CB3 (or 0xC46CB3) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and B3. RGB value is (196,108,179). Sum of RGB (Red+Green+Blue) = 196+108+179=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CB3 is #3B934C. Grayscale: #8E8E8E. Windows color (decimal): -3904333 or 11758788. OLE color: 11758788.

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

Color convert

RGB196108179-
CMYK00.450.090.23
HSL311.59º42.72%59.61%-
HSV(B)311.59º44.9%76.86%-
XYZ36.2625.7245.7-
YUV142.41148.65166.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=40.58%
G=22.36%
B=37.06%

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
Decimal19610817900.450.090.23311.5942.7259.61
HexC46CB302D9171382b3c
Octal30415426305511274705374
Binary110001001101100101100110101101100110111100111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CB3; }

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

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

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

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

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

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

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

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