Html Css Color HEX #C264AB Fuchsia

📋 copy color: '#C264AB'

red 194 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #C264AB

Tints of Fuchsia #C264AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 41.72%
G = 21.51%
B = 36.77%

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

#C264AB (or 0xC264AB) is known color: Fuchsia. HEX triplet: C2, 64 and AB. RGB value is (194,100,171). Sum of RGB (Red+Green+Blue) = 194+100+171=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AB is #3D9B54. Grayscale: #888888. Windows color (decimal): -4037461 or 11232450. OLE color: 11232450.

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

Color convert

RGB 194 100 171 -
CMYK 0 0.48 0.12 0.24
HSL 314.68º 0.44% 0.58% -
HSV(B) 314.68º 0.48% 0.76% -
XYZ 34.16 23.52 41.27 -
YUV 136.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 194 100 171 0 0.48 0.12 0.24 314.68 0.44 0.58
Hex C2 64 AB 0 30 C 18 13B 2C 3A
Octal 302 144 253 0 60 14 30 473 54 72
Binary 11000010 1100100 10101011 0 110000 1100 11000 100111011 101100 111010

Color Harmonies of #C264AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AB

Black with #C264AB

Text Example


Text Example

White with #C264AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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