Html Css Color HEX #C161AA Fuchsia

📋 copy color: '#C161AA'

red 193 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #C161AA

Tints of Fuchsia #C161AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 41.96%
G = 21.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C161AA (or 0xC161AA) is known color: Fuchsia. HEX triplet: C1, 61 and AA. RGB value is (193,97,170). Sum of RGB (Red+Green+Blue) = 193+97+170=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AA is #3E9E55. Grayscale: #858585. Windows color (decimal): -4103766 or 11166145. OLE color: 11166145.

HSL color Cylindrical-coordinate representation of color #C161AA: hue angle of 314.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C161AA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 170 -
CMYK 0 0.50 0.12 0.24
HSL 314.38º 0.44% 0.57% -
HSV(B) 314.38º 0.5% 0.76% -
XYZ 33.52 22.79 40.66 -
YUV 134.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 193 97 170 0 0.50 0.12 0.24 314.38 0.44 0.57
Hex C1 61 AA 0 32 C 18 13A 2C 39
Octal 301 141 252 0 62 14 30 472 54 71
Binary 11000001 1100001 10101010 0 110010 1100 11000 100111010 101100 111001

Color Harmonies of #C161AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161AA

Black with #C161AA

Text Example


Text Example

White with #C161AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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