Html Css Color HEX #C164C2 Fuchsia

📋 copy color: '#C164C2'

red 193 ◦ green 100 ◦ blue 194

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

Shades of Fuchsia #C164C2

Tints of Fuchsia #C164C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 39.63%
G = 20.53%
B = 39.84%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C164C2 (or 0xC164C2) is known color: Fuchsia. HEX triplet: C1, 64 and C2. RGB value is (193,100,194). Sum of RGB (Red+Green+Blue) = 193+100+194=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #C164C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164C2 is #3E9B3D. Grayscale: #8A8A8A. Windows color (decimal): -4102974 or 12739777. OLE color: 12739777.

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

Color convert

RGB 193 100 194 -
CMYK 0.01 0.48 0 0.24
HSL 299.36º 0.44% 0.58% -
HSV(B) 299.36º 0.48% 0.76% -
XYZ 36.29 24.35 53.83 -
YUV 138.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 193 100 194 0.01 0.48 0 0.24 299.36 0.44 0.58
Hex C1 64 C2 1 30 0 18 12B 2C 3A
Octal 301 144 302 1 60 0 30 453 54 72
Binary 11000001 1100100 11000010 1 110000 0 11000 100101011 101100 111010

Color Harmonies of #C164C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164C2

Black with #C164C2

Text Example


Text Example

White with #C164C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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