Html Css Color HEX #C264AA Fuchsia

📋 copy color: '#C264AA'

red 194 ◦ green 100 ◦ blue 170

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

Shades of Fuchsia #C264AA

Tints of Fuchsia #C264AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 41.81%
G = 21.55%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C264AA (or 0xC264AA) is known color: Fuchsia. HEX triplet: C2, 64 and AA. RGB value is (194,100,170). Sum of RGB (Red+Green+Blue) = 194+100+170=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AA is #3D9B55. Grayscale: #878787. Windows color (decimal): -4037462 or 11166914. OLE color: 11166914.

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

Color convert

RGB 194 100 170 -
CMYK 0 0.48 0.12 0.24
HSL 315.32º 0.44% 0.58% -
HSV(B) 315.32º 0.48% 0.76% -
XYZ 34.06 23.49 40.77 -
YUV 136.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 194 100 170 0 0.48 0.12 0.24 315.32 0.44 0.58
Hex C2 64 AA 0 30 C 18 13B 2C 3A
Octal 302 144 252 0 60 14 30 473 54 72
Binary 11000010 1100100 10101010 0 110000 1100 11000 100111011 101100 111010

Color Harmonies of #C264AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AA

Black with #C264AA

Text Example


Text Example

White with #C264AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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