Html Css Color HEX #C463AE Fuchsia

📋 copy color: '#C463AE'

red 196 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #C463AE

Tints of Fuchsia #C463AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 41.79%
G = 21.11%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C463AE (or 0xC463AE) is known color: Fuchsia. HEX triplet: C4, 63 and AE. RGB value is (196,99,174). Sum of RGB (Red+Green+Blue) = 196+99+174=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AE is #3B9C51. Grayscale: #888888. Windows color (decimal): -3906642 or 11428804. OLE color: 11428804.

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

Color convert

RGB 196 99 174 -
CMYK 0 0.49 0.11 0.23
HSL 313.61º 0.45% 0.58% -
HSV(B) 313.61º 0.49% 0.77% -
XYZ 34.87 23.72 42.78 -
YUV 136.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 196 99 174 0 0.49 0.11 0.23 313.61 0.45 0.58
Hex C4 63 AE 0 31 B 17 13A 2D 3A
Octal 304 143 256 0 61 13 27 472 55 72
Binary 11000100 1100011 10101110 0 110001 1011 10111 100111010 101101 111010

Color Harmonies of #C463AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463AE

Black with #C463AE

Text Example


Text Example

White with #C463AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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