Html Css Color HEX #C473BA Fuchsia

📋 copy color: '#C473BA'

red 196 ◦ green 115 ◦ blue 186

#C473BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C473BA

Tints of Fuchsia #C473BA

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 value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C473BA (or 0xC473BA) is known color: 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

RGB 196 115 186 -
CMYK 0 0.41 0.05 0.23
HSL 307.41º 0.41% 0.61% -
HSV(B) 307.41º 0.41% 0.77% -
XYZ 37.76 27.54 49.78 -
YUV 147.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 196 115 186 0 0.41 0.05 0.23 307.41 0.41 0.61
Hex C4 73 BA 0 29 5 17 133 29 3D
Octal 304 163 272 0 51 5 27 463 51 75
Binary 11000100 1110011 10111010 0 101001 101 10111 100110011 101001 111101

Color Harmonies of #C473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473BA

Black with #C473BA

Text Example


Text Example

White with #C473BA

Text Example


Text Example

HTML Codes & Css Web 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>