Html Css Color HEX #C476BA Fuchsia

📋 copy color: '#C476BA'

red 196 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #C476BA

Tints of Fuchsia #C476BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.6%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 39.2%
G = 23.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C476BA (or 0xC476BA) is known color: Fuchsia. HEX triplet: C4, 76 and BA. RGB value is (196,118,186). Sum of RGB (Red+Green+Blue) = 196+118+186=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BA is #3B8945. Grayscale: #949494. Windows color (decimal): -3901766 or 12220100. OLE color: 12220100.

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

Color convert

RGB 196 118 186 -
CMYK 0 0.40 0.05 0.23
HSL 307.69º 0.4% 0.62% -
HSV(B) 307.69º 0.4% 0.77% -
XYZ 38.11 28.24 49.9 -
YUV 149.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 196 118 186 0 0.40 0.05 0.23 307.69 0.4 0.62
Hex C4 76 BA 0 28 5 17 134 28 3E
Octal 304 166 272 0 50 5 27 464 50 76
Binary 11000100 1110110 10111010 0 101000 101 10111 100110100 101000 111110

Color Harmonies of #C476BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476BA

Black with #C476BA

Text Example


Text Example

White with #C476BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476BA; }

 p { color: rgb(196,118,186); }

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

background-color css

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

 a { background-color: rgb(196,118,186); }

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

border-color css

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

 span { border-color: rgb(196,118,186); }

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