Html Css Color HEX #C463AF Fuchsia

📋 copy color: '#C463AF'

red 196 ◦ green 99 ◦ blue 175

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

Shades of Fuchsia #C463AF

Tints of Fuchsia #C463AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 41.7%
G = 21.06%
B = 37.23%

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

#C463AF (or 0xC463AF) is known color: Fuchsia. HEX triplet: C4, 63 and AF. RGB value is (196,99,175). Sum of RGB (Red+Green+Blue) = 196+99+175=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AF is #3B9C50. Grayscale: #888888. Windows color (decimal): -3906641 or 11494340. OLE color: 11494340.

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

Color convert

RGB 196 99 175 -
CMYK 0 0.49 0.11 0.23
HSL 312.99º 0.45% 0.58% -
HSV(B) 312.99º 0.49% 0.77% -
XYZ 34.96 23.75 43.3 -
YUV 136.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 196 99 175 0 0.49 0.11 0.23 312.99 0.45 0.58
Hex C4 63 AF 0 31 B 17 139 2D 3A
Octal 304 143 257 0 61 13 27 471 55 72
Binary 11000100 1100011 10101111 0 110001 1011 10111 100111001 101101 111010

Color Harmonies of #C463AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463AF

Black with #C463AF

Text Example


Text Example

White with #C463AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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