Html Css Color HEX #C463AB Fuchsia

📋 copy color: '#C463AB'

red 196 ◦ green 99 ◦ blue 171

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

Shades of Fuchsia #C463AB

Tints of Fuchsia #C463AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 42.06%
G = 21.24%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C463AB (or 0xC463AB) is known color: Fuchsia. HEX triplet: C4, 63 and AB. RGB value is (196,99,171). Sum of RGB (Red+Green+Blue) = 196+99+171=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AB is #3B9C54. Grayscale: #888888. Windows color (decimal): -3906645 or 11232196. OLE color: 11232196.

HSL color Cylindrical-coordinate representation of color #C463AB: hue angle of 315.46º 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 #C463AB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 171 -
CMYK 0 0.49 0.13 0.23
HSL 315.46º 0.45% 0.58% -
HSV(B) 315.46º 0.49% 0.77% -
XYZ 34.58 23.6 41.26 -
YUV 136.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 196 99 171 0 0.49 0.13 0.23 315.46 0.45 0.58
Hex C4 63 AB 0 31 D 17 13B 2D 3A
Octal 304 143 253 0 61 15 27 473 55 72
Binary 11000100 1100011 10101011 0 110001 1101 10111 100111011 101101 111010

Color Harmonies of #C463AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463AB

Black with #C463AB

Text Example


Text Example

White with #C463AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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