Html Css Color HEX #C164C9 Fuchsia

📋 copy color: '#C164C9'

red 193 ◦ green 100 ◦ blue 201

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

Shades of Fuchsia #C164C9

Tints of Fuchsia #C164C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 39.07%
G = 20.24%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C164C9 (or 0xC164C9) is known color: Fuchsia. HEX triplet: C1, 64 and C9. RGB value is (193,100,201). Sum of RGB (Red+Green+Blue) = 193+100+201=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #C164C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164C9 is #3E9B36. Grayscale: #8B8B8B. Windows color (decimal): -4102967 or 13198529. OLE color: 13198529.

HSL color Cylindrical-coordinate representation of color #C164C9: hue angle of 295.25º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C164C9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 100 201 -
CMYK 0.04 0.50 0 0.21
HSL 295.25º 0.48% 0.59% -
HSV(B) 295.25º 0.5% 0.79% -
XYZ 37.09 24.67 58.06 -
YUV 139.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 193 100 201 0.04 0.50 0 0.21 295.25 0.48 0.59
Hex C1 64 C9 4 32 0 15 127 30 3B
Octal 301 144 311 4 62 0 25 447 60 73
Binary 11000001 1100100 11001001 100 110010 0 10101 100100111 110000 111011

Color Harmonies of #C164C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164C9

Black with #C164C9

Text Example


Text Example

White with #C164C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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