#C473BD

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

Shades of Fuchsia #C473BD

Tints of Fuchsia #C473BD

Color information

#C473BD (or 0xC473BD) is unknown color: approx Fuchsia. HEX triplet: C4, 73 and BD. RGB value is (196,115,189). Sum of RGB (Red+Green+Blue) = 196+115+189=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C473BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473BD is #3B8C42. Grayscale: #939393. Windows color (decimal): -3902531 or 12415940. OLE color: 12415940.

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

Color convert

RGB196115189-
CMYK00.410.040.23
HSL305.19º40.7%60.98%-
HSV(B)305.19º41.33%76.86%-
XYZ38.0827.6751.48-
YUV147.66151.34162.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=39.2%
G=23%
B=37.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611518900.410.040.23305.1940.760.98
HexC473BD029417131293d
Octal3041632750514274615175
Binary11000100111001110111101010100110010111100110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473BD; }

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

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

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

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

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

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

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

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