Html Css Color HEX #C176BF Fuchsia

📋 copy color: '#C176BF'

red 193 ◦ green 118 ◦ blue 191

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

Shades of Fuchsia #C176BF

Tints of Fuchsia #C176BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.05%

R = 38.45%
G = 23.51%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C176BF (or 0xC176BF) is known color: Fuchsia. HEX triplet: C1, 76 and BF. RGB value is (193,118,191). Sum of RGB (Red+Green+Blue) = 193+118+191=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C176BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176BF is #3E8940. Grayscale: #949494. Windows color (decimal): -4098369 or 12547777. OLE color: 12547777.

HSL color Cylindrical-coordinate representation of color #C176BF: hue angle of 301.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 #C176BF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 191 -
CMYK 0 0.39 0.01 0.24
HSL 301.6º 0.38% 0.61% -
HSV(B) 301.6º 0.39% 0.76% -
XYZ 37.87 28.06 52.71 -
YUV 148.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 193 118 191 0 0.39 0.01 0.24 301.6 0.38 0.61
Hex C1 76 BF 0 27 1 18 12E 26 3D
Octal 301 166 277 0 47 1 30 456 46 75
Binary 11000001 1110110 10111111 0 100111 1 11000 100101110 100110 111101

Color Harmonies of #C176BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176BF

Black with #C176BF

Text Example


Text Example

White with #C176BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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