Html Css Color HEX #C473BD Fuchsia

📋 copy color: '#C473BD'

red 196 ◦ green 115 ◦ blue 189

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

Shades of Fuchsia #C473BD

Tints of Fuchsia #C473BD

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

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

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

RGB 196 115 189 -
CMYK 0 0.41 0.04 0.23
HSL 305.19º 0.41% 0.61% -
HSV(B) 305.19º 0.41% 0.77% -
XYZ 38.08 27.67 51.48 -
YUV 147.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 196 115 189 0 0.41 0.04 0.23 305.19 0.41 0.61
Hex C4 73 BD 0 29 4 17 131 29 3D
Octal 304 163 275 0 51 4 27 461 51 75
Binary 11000100 1110011 10111101 0 101001 100 10111 100110001 101001 111101

Color Harmonies of #C473BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473BD

Black with #C473BD

Text Example


Text Example

White with #C473BD

Text Example


Text Example

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