Html Css Color HEX #C263AB Fuchsia

📋 copy color: '#C263AB'

red 194 ◦ green 99 ◦ blue 171

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

Shades of Fuchsia #C263AB

Tints of Fuchsia #C263AB

RGB

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

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

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

R = 41.81%
G = 21.34%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C263AB (or 0xC263AB) is known color: Fuchsia. HEX triplet: C2, 63 and AB. RGB value is (194,99,171). Sum of RGB (Red+Green+Blue) = 194+99+171=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C263AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263AB is #3D9C54. Grayscale: #878787. Windows color (decimal): -4037717 or 11232194. OLE color: 11232194.

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

Color convert

RGB 194 99 171 -
CMYK 0 0.49 0.12 0.24
HSL 314.53º 0.44% 0.57% -
HSV(B) 314.53º 0.49% 0.76% -
XYZ 34.06 23.33 41.24 -
YUV 135.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 194 99 171 0 0.49 0.12 0.24 314.53 0.44 0.57
Hex C2 63 AB 0 31 C 18 13B 2C 39
Octal 302 143 253 0 61 14 30 473 54 71
Binary 11000010 1100011 10101011 0 110001 1100 11000 100111011 101100 111001

Color Harmonies of #C263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263AB

Black with #C263AB

Text Example


Text Example

White with #C263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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