Html Css Color HEX #C264AF Fuchsia

📋 copy color: '#C264AF'

red 194 ◦ green 100 ◦ blue 175

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

Shades of Fuchsia #C264AF

Tints of Fuchsia #C264AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 41.36%
G = 21.32%
B = 37.31%

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

#C264AF (or 0xC264AF) is known color: Fuchsia. HEX triplet: C2, 64 and AF. RGB value is (194,100,175). Sum of RGB (Red+Green+Blue) = 194+100+175=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C264AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264AF is #3D9B50. Grayscale: #888888. Windows color (decimal): -4037457 or 11494594. OLE color: 11494594.

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

Color convert

RGB 194 100 175 -
CMYK 0 0.48 0.10 0.24
HSL 312.13º 0.44% 0.58% -
HSV(B) 312.13º 0.48% 0.76% -
XYZ 34.54 23.68 43.31 -
YUV 136.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 194 100 175 0 0.48 0.10 0.24 312.13 0.44 0.58
Hex C2 64 AF 0 30 A 18 138 2C 3A
Octal 302 144 257 0 60 12 30 470 54 72
Binary 11000010 1100100 10101111 0 110000 1010 11000 100111000 101100 111010

Color Harmonies of #C264AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264AF

Black with #C264AF

Text Example


Text Example

White with #C264AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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