Html Css Color HEX #C164BD Fuchsia

📋 copy color: '#C164BD'

red 193 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #C164BD

Tints of Fuchsia #C164BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 40.04%
G = 20.75%
B = 39.21%

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

#C164BD (or 0xC164BD) is known color: Fuchsia. HEX triplet: C1, 64 and BD. RGB value is (193,100,189). Sum of RGB (Red+Green+Blue) = 193+100+189=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BD is #3E9B42. Grayscale: #898989. Windows color (decimal): -4102979 or 12412097. OLE color: 12412097.

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

Color convert

RGB 193 100 189 -
CMYK 0 0.48 0.02 0.24
HSL 302.58º 0.43% 0.57% -
HSV(B) 302.58º 0.48% 0.76% -
XYZ 35.73 24.13 50.92 -
YUV 137.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 193 100 189 0 0.48 0.02 0.24 302.58 0.43 0.57
Hex C1 64 BD 0 30 2 18 12F 2B 39
Octal 301 144 275 0 60 2 30 457 53 71
Binary 11000001 1100100 10111101 0 110000 10 11000 100101111 101011 111001

Color Harmonies of #C164BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164BD

Black with #C164BD

Text Example


Text Example

White with #C164BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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