Html Css Color HEX #C161BA Fuchsia

📋 copy color: '#C161BA'

red 193 ◦ green 97 ◦ blue 186

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

Shades of Fuchsia #C161BA

Tints of Fuchsia #C161BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 40.55%
G = 20.38%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C161BA (or 0xC161BA) is known color: Fuchsia. HEX triplet: C1, 61 and BA. RGB value is (193,97,186). Sum of RGB (Red+Green+Blue) = 193+97+186=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C161BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161BA is #3E9E45. Grayscale: #878787. Windows color (decimal): -4103750 or 12214721. OLE color: 12214721.

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

Color convert

RGB 193 97 186 -
CMYK 0 0.50 0.04 0.24
HSL 304.38º 0.44% 0.57% -
HSV(B) 304.38º 0.5% 0.76% -
XYZ 35.13 23.43 49.13 -
YUV 135.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 193 97 186 0 0.50 0.04 0.24 304.38 0.44 0.57
Hex C1 61 BA 0 32 4 18 130 2C 39
Octal 301 141 272 0 62 4 30 460 54 71
Binary 11000001 1100001 10111010 0 110010 100 11000 100110000 101100 111001

Color Harmonies of #C161BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161BA

Black with #C161BA

Text Example


Text Example

White with #C161BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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