Html Css Color HEX #C264AE Fuchsia

📋 copy color: '#C264AE'

red 194 ◦ green 100 ◦ blue 174

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

Shades of Fuchsia #C264AE

Tints of Fuchsia #C264AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 41.45%
G = 21.37%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C264AE (or 0xC264AE) is known color: Fuchsia. HEX triplet: C2, 64 and AE. RGB value is (194,100,174). Sum of RGB (Red+Green+Blue) = 194+100+174=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AE is #3D9B51. Grayscale: #888888. Windows color (decimal): -4037458 or 11429058. OLE color: 11429058.

HSL color Cylindrical-coordinate representation of color #C264AE: hue angle of 312.77º 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 #C264AE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 100 174 -
CMYK 0 0.48 0.10 0.24
HSL 312.77º 0.44% 0.58% -
HSV(B) 312.77º 0.48% 0.76% -
XYZ 34.45 23.64 42.79 -
YUV 136.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 194 100 174 0 0.48 0.10 0.24 312.77 0.44 0.58
Hex C2 64 AE 0 30 A 18 139 2C 3A
Octal 302 144 256 0 60 12 30 471 54 72
Binary 11000010 1100100 10101110 0 110000 1010 11000 100111001 101100 111010

Color Harmonies of #C264AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AE

Black with #C264AE

Text Example


Text Example

White with #C264AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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