Html Css Color HEX #C161BB Fuchsia

📋 copy color: '#C161BB'

red 193 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #C161BB

Tints of Fuchsia #C161BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 40.46%
G = 20.34%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C161BB (or 0xC161BB) is known color: Fuchsia. HEX triplet: C1, 61 and BB. RGB value is (193,97,187). Sum of RGB (Red+Green+Blue) = 193+97+187=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C161BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161BB is #3E9E44. Grayscale: #878787. Windows color (decimal): -4103749 or 12280257. OLE color: 12280257.

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

Color convert

RGB 193 97 187 -
CMYK 0 0.50 0.03 0.24
HSL 303.75º 0.44% 0.57% -
HSV(B) 303.75º 0.5% 0.76% -
XYZ 35.24 23.47 49.69 -
YUV 135.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 193 97 187 0 0.50 0.03 0.24 303.75 0.44 0.57
Hex C1 61 BB 0 32 3 18 130 2C 39
Octal 301 141 273 0 62 3 30 460 54 71
Binary 11000001 1100001 10111011 0 110010 11 11000 100110000 101100 111001

Color Harmonies of #C161BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161BB

Black with #C161BB

Text Example


Text Example

White with #C161BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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