Html Css Color HEX #C764AC Fuchsia

📋 copy color: '#C764AC'

red 199 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #C764AC

Tints of Fuchsia #C764AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

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

R = 42.25%
G = 21.23%
B = 36.52%

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

#C764AC (or 0xC764AC) is known color: Fuchsia. HEX triplet: C7, 64 and AC. RGB value is (199,100,172). Sum of RGB (Red+Green+Blue) = 199+100+172=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AC is #389B53. Grayscale: #898989. Windows color (decimal): -3709780 or 11297991. OLE color: 11297991.

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

Color convert

RGB 199 100 172 -
CMYK 0 0.50 0.14 0.22
HSL 316.36º 0.47% 0.59% -
HSV(B) 316.36º 0.5% 0.78% -
XYZ 35.56 24.24 41.83 -
YUV 137.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 199 100 172 0 0.50 0.14 0.22 316.36 0.47 0.59
Hex C7 64 AC 0 32 E 16 13C 2F 3B
Octal 307 144 254 0 62 16 26 474 57 73
Binary 11000111 1100100 10101100 0 110010 1110 10110 100111100 101111 111011

Color Harmonies of #C764AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764AC

Black with #C764AC

Text Example


Text Example

White with #C764AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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