Html Css Color HEX #C164AB Fuchsia

📋 copy color: '#C164AB'

red 193 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #C164AB

Tints of Fuchsia #C164AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 41.59%
G = 21.55%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C164AB (or 0xC164AB) is known color: Fuchsia. HEX triplet: C1, 64 and AB. RGB value is (193,100,171). Sum of RGB (Red+Green+Blue) = 193+100+171=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C164AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164AB is #3E9B54. Grayscale: #878787. Windows color (decimal): -4102997 or 11232449. OLE color: 11232449.

HSL color Cylindrical-coordinate representation of color #C164AB: hue angle of 314.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164AB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 171 -
CMYK 0 0.48 0.11 0.24
HSL 314.19º 0.43% 0.57% -
HSV(B) 314.19º 0.48% 0.76% -
XYZ 33.9 23.39 41.26 -
YUV 135.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 193 100 171 0 0.48 0.11 0.24 314.19 0.43 0.57
Hex C1 64 AB 0 30 B 18 13A 2B 39
Octal 301 144 253 0 60 13 30 472 53 71
Binary 11000001 1100100 10101011 0 110000 1011 11000 100111010 101011 111001

Color Harmonies of #C164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164AB

Black with #C164AB

Text Example


Text Example

White with #C164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164AB; }

 p { color: rgb(193,100,171); }

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

background-color css

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

 a { background-color: rgb(193,100,171); }

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

border-color css

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

 span { border-color: rgb(193,100,171); }

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