Html Css Color HEX #C161AF Fuchsia

📋 copy color: '#C161AF'

red 193 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C161AF

Tints of Fuchsia #C161AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 41.51%
G = 20.86%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C161AF (or 0xC161AF) is known color: Fuchsia. HEX triplet: C1, 61 and AF. RGB value is (193,97,175). Sum of RGB (Red+Green+Blue) = 193+97+175=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AF is #3E9E50. Grayscale: #868686. Windows color (decimal): -4103761 or 11493825. OLE color: 11493825.

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

Color convert

RGB 193 97 175 -
CMYK 0 0.50 0.09 0.24
HSL 311.25º 0.44% 0.57% -
HSV(B) 311.25º 0.5% 0.76% -
XYZ 34 22.98 43.2 -
YUV 134.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 193 97 175 0 0.50 0.09 0.24 311.25 0.44 0.57
Hex C1 61 AF 0 32 9 18 137 2C 39
Octal 301 141 257 0 62 11 30 467 54 71
Binary 11000001 1100001 10101111 0 110010 1001 11000 100110111 101100 111001

Color Harmonies of #C161AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161AF

Black with #C161AF

Text Example


Text Example

White with #C161AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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