Html Css Color HEX #C164B4 Fuchsia

📋 copy color: '#C164B4'

red 193 ◦ green 100 ◦ blue 180

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

Shades of Fuchsia #C164B4

Tints of Fuchsia #C164B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 40.8%
G = 21.14%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C164B4 (or 0xC164B4) is known color: Fuchsia. HEX triplet: C1, 64 and B4. RGB value is (193,100,180). Sum of RGB (Red+Green+Blue) = 193+100+180=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C164B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164B4 is #3E9B4B. Grayscale: #888888. Windows color (decimal): -4102988 or 11822273. OLE color: 11822273.

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

Color convert

RGB 193 100 180 -
CMYK 0 0.48 0.07 0.24
HSL 308.39º 0.43% 0.57% -
HSV(B) 308.39º 0.48% 0.76% -
XYZ 34.79 23.75 45.93 -
YUV 136.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 193 100 180 0 0.48 0.07 0.24 308.39 0.43 0.57
Hex C1 64 B4 0 30 7 18 134 2B 39
Octal 301 144 264 0 60 7 30 464 53 71
Binary 11000001 1100100 10110100 0 110000 111 11000 100110100 101011 111001

Color Harmonies of #C164B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164B4

Black with #C164B4

Text Example


Text Example

White with #C164B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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