Html Css Color HEX #C176BA Fuchsia

📋 copy color: '#C176BA'

red 193 ◦ green 118 ◦ blue 186

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

Shades of Fuchsia #C176BA

Tints of Fuchsia #C176BA

RGB

 RED value IS 193 (75.78% from 255) = 38.83%

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

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

R = 38.83%
G = 23.74%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C176BA (or 0xC176BA) is known color: Fuchsia. HEX triplet: C1, 76 and BA. RGB value is (193,118,186). Sum of RGB (Red+Green+Blue) = 193+118+186=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C176BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176BA is #3E8945. Grayscale: #939393. Windows color (decimal): -4098374 or 12220097. OLE color: 12220097.

HSL color Cylindrical-coordinate representation of color #C176BA: hue angle of 305.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176BA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 186 -
CMYK 0 0.39 0.04 0.24
HSL 305.6º 0.38% 0.61% -
HSV(B) 305.6º 0.39% 0.76% -
XYZ 37.33 27.84 49.86 -
YUV 148.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 193 118 186 0 0.39 0.04 0.24 305.6 0.38 0.61
Hex C1 76 BA 0 27 4 18 132 26 3D
Octal 301 166 272 0 47 4 30 462 46 75
Binary 11000001 1110110 10111010 0 100111 100 11000 100110010 100110 111101

Color Harmonies of #C176BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176BA

Black with #C176BA

Text Example


Text Example

White with #C176BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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