Html Css Color HEX #C264AC Fuchsia

📋 copy color: '#C264AC'

red 194 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #C264AC

Tints of Fuchsia #C264AC

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

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

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

R = 41.63%
G = 21.46%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C264AC (or 0xC264AC) is known color: Fuchsia. HEX triplet: C2, 64 and AC. RGB value is (194,100,172). Sum of RGB (Red+Green+Blue) = 194+100+172=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AC is #3D9B53. Grayscale: #888888. Windows color (decimal): -4037460 or 11297986. OLE color: 11297986.

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

Color convert

RGB 194 100 172 -
CMYK 0 0.48 0.11 0.24
HSL 314.04º 0.44% 0.58% -
HSV(B) 314.04º 0.48% 0.76% -
XYZ 34.25 23.56 41.77 -
YUV 136.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 194 100 172 0 0.48 0.11 0.24 314.04 0.44 0.58
Hex C2 64 AC 0 30 B 18 13A 2C 3A
Octal 302 144 254 0 60 13 30 472 54 72
Binary 11000010 1100100 10101100 0 110000 1011 11000 100111010 101100 111010

Color Harmonies of #C264AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AC

Black with #C264AC

Text Example


Text Example

White with #C264AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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