#C464B3

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

Shades of Fuchsia #C464B3

Tints of Fuchsia #C464B3

Color information

#C464B3 (or 0xC464B3) is unknown color: approx Fuchsia. HEX triplet: C4, 64 and B3. RGB value is (196,100,179). Sum of RGB (Red+Green+Blue) = 196+100+179=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C464B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464B3 is #3B9B4C. Grayscale: #898989. Windows color (decimal): -3906381 or 11756740. OLE color: 11756740.

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

Color convert

RGB196100179-
CMYK00.490.090.23
HSL310.62º44.86%58.04%-
HSV(B)310.62º48.98%76.86%-
XYZ35.4624.145.43-
YUV137.71151.3169.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=41.26%
G=21.05%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610017900.490.090.23310.6244.8658.04
HexC464B30319171372d3a
Octal30414426306111274675572
Binary110001001100100101100110110001100110111100110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464B3; }

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

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

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

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

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

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

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

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