Html Css Color HEX #C164BB Fuchsia

📋 copy color: '#C164BB'

red 193 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #C164BB

Tints of Fuchsia #C164BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

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

R = 40.21%
G = 20.83%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C164BB (or 0xC164BB) is known color: Fuchsia. HEX triplet: C1, 64 and BB. RGB value is (193,100,187). Sum of RGB (Red+Green+Blue) = 193+100+187=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BB is #3E9B44. Grayscale: #898989. Windows color (decimal): -4102981 or 12281025. OLE color: 12281025.

HSL color Cylindrical-coordinate representation of color #C164BB: hue angle of 303.87º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164BB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 187 -
CMYK 0 0.48 0.03 0.24
HSL 303.87º 0.43% 0.57% -
HSV(B) 303.87º 0.48% 0.76% -
XYZ 35.52 24.04 49.78 -
YUV 137.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 193 100 187 0 0.48 0.03 0.24 303.87 0.43 0.57
Hex C1 64 BB 0 30 3 18 130 2B 39
Octal 301 144 273 0 60 3 30 460 53 71
Binary 11000001 1100100 10111011 0 110000 11 11000 100110000 101011 111001

Color Harmonies of #C164BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164BB

Black with #C164BB

Text Example


Text Example

White with #C164BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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