Html Css Color HEX #C163AC Fuchsia

📋 copy color: '#C163AC'

red 193 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C163AC

Tints of Fuchsia #C163AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 41.59%
G = 21.34%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C163AC (or 0xC163AC) is known color: Fuchsia. HEX triplet: C1, 63 and AC. RGB value is (193,99,172). Sum of RGB (Red+Green+Blue) = 193+99+172=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C163AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163AC is #3E9C53. Grayscale: #878787. Windows color (decimal): -4103252 or 11297729. OLE color: 11297729.

HSL color Cylindrical-coordinate representation of color #C163AC: hue angle of 313.4º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163AC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 172 -
CMYK 0 0.49 0.11 0.24
HSL 313.4º 0.43% 0.57% -
HSV(B) 313.4º 0.49% 0.76% -
XYZ 33.9 23.24 41.73 -
YUV 135.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 193 99 172 0 0.49 0.11 0.24 313.4 0.43 0.57
Hex C1 63 AC 0 31 B 18 139 2B 39
Octal 301 143 254 0 61 13 30 471 53 71
Binary 11000001 1100011 10101100 0 110001 1011 11000 100111001 101011 111001

Color Harmonies of #C163AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163AC

Black with #C163AC

Text Example


Text Example

White with #C163AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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