Html Css Color HEX #C473B1 Fuchsia

📋 copy color: '#C473B1'

red 196 ◦ green 115 ◦ blue 177

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

Shades of Fuchsia #C473B1

Tints of Fuchsia #C473B1

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 115 (45.31% from 255) = 23.57%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 40.16%
G = 23.57%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C473B1 (or 0xC473B1) is known color: Fuchsia. HEX triplet: C4, 73 and B1. RGB value is (196,115,177). Sum of RGB (Red+Green+Blue) = 196+115+177=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C473B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473B1 is #3B8C4E. Grayscale: #929292. Windows color (decimal): -3902543 or 11629508. OLE color: 11629508.

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

Color convert

RGB 196 115 177 -
CMYK 0 0.41 0.10 0.23
HSL 314.07º 0.41% 0.61% -
HSV(B) 314.07º 0.41% 0.77% -
XYZ 36.83 27.17 44.9 -
YUV 146.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 196 115 177 0 0.41 0.10 0.23 314.07 0.41 0.61
Hex C4 73 B1 0 29 A 17 13A 29 3D
Octal 304 163 261 0 51 12 27 472 51 75
Binary 11000100 1110011 10110001 0 101001 1010 10111 100111010 101001 111101

Color Harmonies of #C473B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473B1

Black with #C473B1

Text Example


Text Example

White with #C473B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473B1; }

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

 H1.HeaderClassName
 {
   color: #C473B1;
 }
 .AnyTagClassName
 {
   color: #C473B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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