Html Css Color HEX #C465AC Fuchsia

📋 copy color: '#C465AC'

red 196 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C465AC

Tints of Fuchsia #C465AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 41.79%
G = 21.54%
B = 36.67%

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

#C465AC (or 0xC465AC) is known color: Fuchsia. HEX triplet: C4, 65 and AC. RGB value is (196,101,172). Sum of RGB (Red+Green+Blue) = 196+101+172=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C465AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465AC is #3B9A53. Grayscale: #898989. Windows color (decimal): -3906132 or 11298244. OLE color: 11298244.

HSL color Cylindrical-coordinate representation of color #C465AC: hue angle of 315.16º degrees, saturation: 0.45, 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 #C465AC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 172 -
CMYK 0 0.48 0.12 0.23
HSL 315.16º 0.45% 0.58% -
HSV(B) 315.16º 0.48% 0.77% -
XYZ 34.87 24.02 41.83 -
YUV 137.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 196 101 172 0 0.48 0.12 0.23 315.16 0.45 0.58
Hex C4 65 AC 0 30 C 17 13B 2D 3A
Octal 304 145 254 0 60 14 27 473 55 72
Binary 11000100 1100101 10101100 0 110000 1100 10111 100111011 101101 111010

Color Harmonies of #C465AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465AC

Black with #C465AC

Text Example


Text Example

White with #C465AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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