Html Css Color HEX #C264AD Fuchsia

📋 copy color: '#C264AD'

red 194 ◦ green 100 ◦ blue 173

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

Shades of Fuchsia #C264AD

Tints of Fuchsia #C264AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 41.54%
G = 21.41%
B = 37.04%

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

#C264AD (or 0xC264AD) is known color: Fuchsia. HEX triplet: C2, 64 and AD. RGB value is (194,100,173). Sum of RGB (Red+Green+Blue) = 194+100+173=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AD is #3D9B52. Grayscale: #888888. Windows color (decimal): -4037459 or 11363522. OLE color: 11363522.

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

Color convert

RGB 194 100 173 -
CMYK 0 0.48 0.11 0.24
HSL 313.4º 0.44% 0.58% -
HSV(B) 313.4º 0.48% 0.76% -
XYZ 34.35 23.6 42.28 -
YUV 136.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 194 100 173 0 0.48 0.11 0.24 313.4 0.44 0.58
Hex C2 64 AD 0 30 B 18 139 2C 3A
Octal 302 144 255 0 60 13 30 471 54 72
Binary 11000010 1100100 10101101 0 110000 1011 11000 100111001 101100 111010

Color Harmonies of #C264AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AD

Black with #C264AD

Text Example


Text Example

White with #C264AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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