Html Css Color HEX #C161A9 Fuchsia

📋 copy color: '#C161A9'

red 193 ◦ green 97 ◦ blue 169

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

Shades of Fuchsia #C161A9

Tints of Fuchsia #C161A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 42.05%
G = 21.13%
B = 36.82%

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

#C161A9 (or 0xC161A9) is known color: Fuchsia. HEX triplet: C1, 61 and A9. RGB value is (193,97,169). Sum of RGB (Red+Green+Blue) = 193+97+169=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C161A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161A9 is #3E9E56. Grayscale: #858585. Windows color (decimal): -4103767 or 11100609. OLE color: 11100609.

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

Color convert

RGB 193 97 169 -
CMYK 0 0.50 0.12 0.24
HSL 315º 0.44% 0.57% -
HSV(B) 315º 0.5% 0.76% -
XYZ 33.43 22.75 40.17 -
YUV 133.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 193 97 169 0 0.50 0.12 0.24 315 0.44 0.57
Hex C1 61 A9 0 32 C 18 13B 2C 39
Octal 301 141 251 0 62 14 30 473 54 71
Binary 11000001 1100001 10101001 0 110010 1100 11000 100111011 101100 111001

Color Harmonies of #C161A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161A9

Black with #C161A9

Text Example


Text Example

White with #C161A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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