Html Css Color HEX #C466AC Fuchsia

📋 copy color: '#C466AC'

red 196 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C466AC

Tints of Fuchsia #C466AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 41.7%
G = 21.7%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C466AC (or 0xC466AC) is known color: Fuchsia. HEX triplet: C4, 66 and AC. RGB value is (196,102,172). Sum of RGB (Red+Green+Blue) = 196+102+172=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AC is #3B9953. Grayscale: #898989. Windows color (decimal): -3905876 or 11298500. OLE color: 11298500.

HSL color Cylindrical-coordinate representation of color #C466AC: hue angle of 315.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466AC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 172 -
CMYK 0 0.48 0.12 0.23
HSL 315.32º 0.44% 0.58% -
HSV(B) 315.32º 0.48% 0.77% -
XYZ 34.96 24.22 41.86 -
YUV 138.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 196 102 172 0 0.48 0.12 0.23 315.32 0.44 0.58
Hex C4 66 AC 0 30 C 17 13B 2C 3A
Octal 304 146 254 0 60 14 27 473 54 72
Binary 11000100 1100110 10101100 0 110000 1100 10111 100111011 101100 111010

Color Harmonies of #C466AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466AC

Black with #C466AC

Text Example


Text Example

White with #C466AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466AC; }

 p { color: rgb(196,102,172); }

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

background-color css

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

 a { background-color: rgb(196,102,172); }

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

border-color css

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

 span { border-color: rgb(196,102,172); }

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