Html Css Color HEX #C164AC Fuchsia

📋 copy color: '#C164AC'

red 193 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #C164AC

Tints of Fuchsia #C164AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 41.51%
G = 21.51%
B = 36.99%

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

#C164AC (or 0xC164AC) is known color: Fuchsia. HEX triplet: C1, 64 and AC. RGB value is (193,100,172). Sum of RGB (Red+Green+Blue) = 193+100+172=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C164AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164AC is #3E9B53. Grayscale: #878787. Windows color (decimal): -4102996 or 11297985. OLE color: 11297985.

HSL color Cylindrical-coordinate representation of color #C164AC: hue angle of 313.55º 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 #C164AC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 172 -
CMYK 0 0.48 0.11 0.24
HSL 313.55º 0.43% 0.57% -
HSV(B) 313.55º 0.48% 0.76% -
XYZ 34 23.43 41.76 -
YUV 136.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 193 100 172 0 0.48 0.11 0.24 313.55 0.43 0.57
Hex C1 64 AC 0 30 B 18 13A 2B 39
Octal 301 144 254 0 60 13 30 472 53 71
Binary 11000001 1100100 10101100 0 110000 1011 11000 100111010 101011 111001

Color Harmonies of #C164AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164AC

Black with #C164AC

Text Example


Text Example

White with #C164AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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