Html Css Color HEX #C163AA Fuchsia

📋 copy color: '#C163AA'

red 193 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #C163AA

Tints of Fuchsia #C163AA

RGB

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

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

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

R = 41.77%
G = 21.43%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C163AA (or 0xC163AA) is known color: Fuchsia. HEX triplet: C1, 63 and AA. RGB value is (193,99,170). Sum of RGB (Red+Green+Blue) = 193+99+170=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C163AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163AA is #3E9C55. Grayscale: #878787. Windows color (decimal): -4103254 or 11166657. OLE color: 11166657.

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

Color convert

RGB 193 99 170 -
CMYK 0 0.49 0.12 0.24
HSL 314.68º 0.43% 0.57% -
HSV(B) 314.68º 0.49% 0.76% -
XYZ 33.71 23.16 40.72 -
YUV 135.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 193 99 170 0 0.49 0.12 0.24 314.68 0.43 0.57
Hex C1 63 AA 0 31 C 18 13B 2B 39
Octal 301 143 252 0 61 14 30 473 53 71
Binary 11000001 1100011 10101010 0 110001 1100 11000 100111011 101011 111001

Color Harmonies of #C163AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163AA

Black with #C163AA

Text Example


Text Example

White with #C163AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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