Html Css Color HEX #C763AC Fuchsia

📋 copy color: '#C763AC'

red 199 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C763AC

Tints of Fuchsia #C763AC

RGB

 RED value IS 199 (78.13% from 255) = 42.34%

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

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

R = 42.34%
G = 21.06%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C763AC (or 0xC763AC) is known color: Fuchsia. HEX triplet: C7, 63 and AC. RGB value is (199,99,172). Sum of RGB (Red+Green+Blue) = 199+99+172=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C763AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C763AC is #389C53. Grayscale: #898989. Windows color (decimal): -3710036 or 11297735. OLE color: 11297735.

HSL color Cylindrical-coordinate representation of color #C763AC: hue angle of 316.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C763AC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 172 -
CMYK 0 0.50 0.14 0.22
HSL 316.2º 0.47% 0.58% -
HSV(B) 316.2º 0.5% 0.78% -
XYZ 35.46 24.04 41.8 -
YUV 137.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 199 99 172 0 0.50 0.14 0.22 316.2 0.47 0.58
Hex C7 63 AC 0 32 E 16 13C 2F 3A
Octal 307 143 254 0 62 16 26 474 57 72
Binary 11000111 1100011 10101100 0 110010 1110 10110 100111100 101111 111010

Color Harmonies of #C763AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763AC

Black with #C763AC

Text Example


Text Example

White with #C763AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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