Html Css Color HEX #C164AA Fuchsia

📋 copy color: '#C164AA'

red 193 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #C164AA

Tints of Fuchsia #C164AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 41.68%
G = 21.6%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C164AA (or 0xC164AA) is known color: Fuchsia. HEX triplet: C1, 64 and AA. RGB value is (193,100,170). Sum of RGB (Red+Green+Blue) = 193+100+170=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C164AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164AA is #3E9B55. Grayscale: #878787. Windows color (decimal): -4102998 or 11166913. OLE color: 11166913.

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

Color convert

RGB 193 100 170 -
CMYK 0 0.48 0.12 0.24
HSL 314.84º 0.43% 0.57% -
HSV(B) 314.84º 0.48% 0.76% -
XYZ 33.81 23.35 40.76 -
YUV 135.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 193 100 170 0 0.48 0.12 0.24 314.84 0.43 0.57
Hex C1 64 AA 0 30 C 18 13B 2B 39
Octal 301 144 252 0 60 14 30 473 53 71
Binary 11000001 1100100 10101010 0 110000 1100 11000 100111011 101011 111001

Color Harmonies of #C164AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164AA

Black with #C164AA

Text Example


Text Example

White with #C164AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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