Html Css Color HEX #C163AD Fuchsia

📋 copy color: '#C163AD'

red 193 ◦ green 99 ◦ blue 173

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

Shades of Fuchsia #C163AD

Tints of Fuchsia #C163AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 41.51%
G = 21.29%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C163AD (or 0xC163AD) is known color: Fuchsia. HEX triplet: C1, 63 and AD. RGB value is (193,99,173). Sum of RGB (Red+Green+Blue) = 193+99+173=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C163AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163AD is #3E9C52. Grayscale: #878787. Windows color (decimal): -4103251 or 11363265. OLE color: 11363265.

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

Color convert

RGB 193 99 173 -
CMYK 0 0.49 0.10 0.24
HSL 312.77º 0.43% 0.57% -
HSV(B) 312.77º 0.49% 0.76% -
XYZ 34 23.28 42.24 -
YUV 135.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 193 99 173 0 0.49 0.10 0.24 312.77 0.43 0.57
Hex C1 63 AD 0 31 A 18 139 2B 39
Octal 301 143 255 0 61 12 30 471 53 71
Binary 11000001 1100011 10101101 0 110001 1010 11000 100111001 101011 111001

Color Harmonies of #C163AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163AD

Black with #C163AD

Text Example


Text Example

White with #C163AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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