Html Css Color HEX #C164BE Fuchsia

📋 copy color: '#C164BE'

red 193 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C164BE

Tints of Fuchsia #C164BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 39.96%
G = 20.7%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C164BE (or 0xC164BE) is known color: Fuchsia. HEX triplet: C1, 64 and BE. RGB value is (193,100,190). Sum of RGB (Red+Green+Blue) = 193+100+190=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BE is #3E9B41. Grayscale: #898989. Windows color (decimal): -4102978 or 12477633. OLE color: 12477633.

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

Color convert

RGB 193 100 190 -
CMYK 0 0.48 0.02 0.24
HSL 301.94º 0.43% 0.57% -
HSV(B) 301.94º 0.48% 0.76% -
XYZ 35.84 24.17 51.49 -
YUV 138.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 193 100 190 0 0.48 0.02 0.24 301.94 0.43 0.57
Hex C1 64 BE 0 30 2 18 12E 2B 39
Octal 301 144 276 0 60 2 30 456 53 71
Binary 11000001 1100100 10111110 0 110000 10 11000 100101110 101011 111001

Color Harmonies of #C164BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164BE

Black with #C164BE

Text Example


Text Example

White with #C164BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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