Html Css Color HEX #C263AC Fuchsia

📋 copy color: '#C263AC'

red 194 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C263AC

Tints of Fuchsia #C263AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 41.72%
G = 21.29%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C263AC (or 0xC263AC) is known color: Fuchsia. HEX triplet: C2, 63 and AC. RGB value is (194,99,172). Sum of RGB (Red+Green+Blue) = 194+99+172=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C263AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263AC is #3D9C53. Grayscale: #878787. Windows color (decimal): -4037716 or 11297730. OLE color: 11297730.

HSL color Cylindrical-coordinate representation of color #C263AC: hue angle of 313.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C263AC is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 99 172 -
CMYK 0 0.49 0.11 0.24
HSL 313.89º 0.44% 0.57% -
HSV(B) 313.89º 0.49% 0.76% -
XYZ 34.16 23.37 41.74 -
YUV 135.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 194 99 172 0 0.49 0.11 0.24 313.89 0.44 0.57
Hex C2 63 AC 0 31 B 18 13A 2C 39
Octal 302 143 254 0 61 13 30 472 54 71
Binary 11000010 1100011 10101100 0 110001 1011 11000 100111010 101100 111001

Color Harmonies of #C263AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263AC

Black with #C263AC

Text Example


Text Example

White with #C263AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263AC; }

 p { color: rgb(194,99,172); }

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

background-color css

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

 a { background-color: rgb(194,99,172); }

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

border-color css

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

 span { border-color: rgb(194,99,172); }

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