Html Css Color HEX #C164C1 Fuchsia

📋 copy color: '#C164C1'

red 193 ◦ green 100 ◦ blue 193

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

Shades of Fuchsia #C164C1

Tints of Fuchsia #C164C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 39.71%
G = 20.58%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C164C1 (or 0xC164C1) is known color: Fuchsia. HEX triplet: C1, 64 and C1. RGB value is (193,100,193). Sum of RGB (Red+Green+Blue) = 193+100+193=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C164C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164C1 is #3E9B3E. Grayscale: #8A8A8A. Windows color (decimal): -4102975 or 12674241. OLE color: 12674241.

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

Color convert

RGB 193 100 193 -
CMYK 0 0.48 0 0.24
HSL 300º 0.43% 0.57% -
HSV(B) 300º 0.48% 0.76% -
XYZ 36.18 24.3 53.24 -
YUV 138.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 193 100 193 0 0.48 0 0.24 300 0.43 0.57
Hex C1 64 C1 0 30 0 18 12C 2B 39
Octal 301 144 301 0 60 0 30 454 53 71
Binary 11000001 1100100 11000001 0 110000 0 11000 100101100 101011 111001

Color Harmonies of #C164C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164C1

Black with #C164C1

Text Example


Text Example

White with #C164C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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