#C473BA

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

Shades of Fuchsia #C473BA

Tints of Fuchsia #C473BA

Color information

#C473BA (or 0xC473BA) is unknown color: approx Fuchsia. HEX triplet: C4, 73 and BA. RGB value is (196,115,186). Sum of RGB (Red+Green+Blue) = 196+115+186=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C473BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473BA is #3B8C45. Grayscale: #939393. Windows color (decimal): -3902534 or 12219332. OLE color: 12219332.

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

Color convert

RGB196115186-
CMYK00.410.050.23
HSL307.41º40.7%60.98%-
HSV(B)307.41º41.33%76.86%-
XYZ37.7627.5449.78-
YUV147.31149.84162.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=39.44%
G=23.14%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611518600.410.050.23307.4140.760.98
HexC473BA029517133293d
Octal3041632720515274635175
Binary11000100111001110111010010100110110111100110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473BA; }

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

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

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

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

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

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

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

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