#C473B3

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

Shades of Fuchsia #C473B3

Tints of Fuchsia #C473B3

Color information

#C473B3 (or 0xC473B3) is unknown color: approx Fuchsia. HEX triplet: C4, 73 and B3. RGB value is (196,115,179). Sum of RGB (Red+Green+Blue) = 196+115+179=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C473B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473B3 is #3B8C4C. Grayscale: #929292. Windows color (decimal): -3902541 or 11760580. OLE color: 11760580.

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

Color convert

RGB196115179-
CMYK00.410.090.23
HSL312.59º40.7%60.98%-
HSV(B)312.59º41.33%76.86%-
XYZ37.0327.2545.96-
YUV146.51146.34163.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=40%
G=23.47%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611517900.410.090.23312.5940.760.98
HexC473B3029917139293d
Octal30416326305111274715175
Binary110001001110011101100110101001100110111100111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473B3; }

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

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

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

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

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

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

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

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