Html Css Color HEX #C263A8 Fuchsia

📋 copy color: '#C263A8'

red 194 ◦ green 99 ◦ blue 168

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

Shades of Fuchsia #C263A8

Tints of Fuchsia #C263A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 42.08%
G = 21.48%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C263A8 (or 0xC263A8) is known color: Fuchsia. HEX triplet: C2, 63 and A8. RGB value is (194,99,168). Sum of RGB (Red+Green+Blue) = 194+99+168=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C263A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C263A8 is #3D9C57. Grayscale: #878787. Windows color (decimal): -4037720 or 11035586. OLE color: 11035586.

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

Color convert

RGB 194 99 168 -
CMYK 0 0.49 0.13 0.24
HSL 316.42º 0.44% 0.57% -
HSV(B) 316.42º 0.49% 0.76% -
XYZ 33.78 23.22 39.75 -
YUV 135.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 194 99 168 0 0.49 0.13 0.24 316.42 0.44 0.57
Hex C2 63 A8 0 31 D 18 13C 2C 39
Octal 302 143 250 0 61 15 30 474 54 71
Binary 11000010 1100011 10101000 0 110001 1101 11000 100111100 101100 111001

Color Harmonies of #C263A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263A8

Black with #C263A8

Text Example


Text Example

White with #C263A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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