Html Css Color HEX #C477B9 Fuchsia

📋 copy color: '#C477B9'

red 196 ◦ green 119 ◦ blue 185

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

Shades of Fuchsia #C477B9

Tints of Fuchsia #C477B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.8%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 39.2%
G = 23.8%
B = 37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C477B9 (or 0xC477B9) is known color: Fuchsia. HEX triplet: C4, 77 and B9. RGB value is (196,119,185). Sum of RGB (Red+Green+Blue) = 196+119+185=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C477B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477B9 is #3B8846. Grayscale: #959595. Windows color (decimal): -3901511 or 12154820. OLE color: 12154820.

HSL color Cylindrical-coordinate representation of color #C477B9: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477B9 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 185 -
CMYK 0 0.39 0.06 0.23
HSL 308.57º 0.39% 0.62% -
HSV(B) 308.57º 0.39% 0.77% -
XYZ 38.12 28.43 49.38 -
YUV 149.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 196 119 185 0 0.39 0.06 0.23 308.57 0.39 0.62
Hex C4 77 B9 0 27 6 17 135 27 3E
Octal 304 167 271 0 47 6 27 465 47 76
Binary 11000100 1110111 10111001 0 100111 110 10111 100110101 100111 111110

Color Harmonies of #C477B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477B9

Black with #C477B9

Text Example


Text Example

White with #C477B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477B9; }

 p { color: rgb(196,119,185); }

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

background-color css

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

 a { background-color: rgb(196,119,185); }

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

border-color css

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

 span { border-color: rgb(196,119,185); }

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