#C473BE

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

Shades of Fuchsia #C473BE

Tints of Fuchsia #C473BE

Color information

#C473BE (or 0xC473BE) is unknown color: approx Fuchsia. HEX triplet: C4, 73 and BE. RGB value is (196,115,190). Sum of RGB (Red+Green+Blue) = 196+115+190=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C473BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473BE is #3B8C41. Grayscale: #939393. Windows color (decimal): -3902530 or 12481476. OLE color: 12481476.

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

Color convert

RGB196115190-
CMYK00.410.030.23
HSL304.44º40.7%60.98%-
HSV(B)304.44º41.33%76.86%-
XYZ38.1927.7152.05-
YUV147.77151.84162.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=39.12%
G=22.95%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611519000.410.030.23304.4440.760.98
HexC473BE029317130293d
Octal3041632760513274605175
Binary1100010011100111011111001010011110111100110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473BE; }

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

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

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

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

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

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

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

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