Html Css Color HEX #C463AC Fuchsia

📋 copy color: '#C463AC'

red 196 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C463AC

Tints of Fuchsia #C463AC

RGB

 RED value IS 196 (76.95% from 255) = 41.97%

 GREEN value IS 99 (39.06% from 255) = 21.2%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 41.97%
G = 21.2%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C463AC (or 0xC463AC) is known color: Fuchsia. HEX triplet: C4, 63 and AC. RGB value is (196,99,172). Sum of RGB (Red+Green+Blue) = 196+99+172=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AC is #3B9C53. Grayscale: #888888. Windows color (decimal): -3906644 or 11297732. OLE color: 11297732.

HSL color Cylindrical-coordinate representation of color #C463AC: hue angle of 314.85º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463AC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 172 -
CMYK 0 0.49 0.12 0.23
HSL 314.85º 0.45% 0.58% -
HSV(B) 314.85º 0.49% 0.77% -
XYZ 34.67 23.64 41.76 -
YUV 136.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 196 99 172 0 0.49 0.12 0.23 314.85 0.45 0.58
Hex C4 63 AC 0 31 C 17 13B 2D 3A
Octal 304 143 254 0 61 14 27 473 55 72
Binary 11000100 1100011 10101100 0 110001 1100 10111 100111011 101101 111010

Color Harmonies of #C463AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463AC

Black with #C463AC

Text Example


Text Example

White with #C463AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463AC; }

 p { color: rgb(196,99,172); }

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

background-color css

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

 a { background-color: rgb(196,99,172); }

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

border-color css

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

 span { border-color: rgb(196,99,172); }

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