Html Css Color HEX #C263BA Fuchsia

📋 copy color: '#C263BA'

red 194 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #C263BA

Tints of Fuchsia #C263BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 40.5%
G = 20.67%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C263BA (or 0xC263BA) is known color: Fuchsia. HEX triplet: C2, 63 and BA. RGB value is (194,99,186). Sum of RGB (Red+Green+Blue) = 194+99+186=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C263BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263BA is #3D9C45. Grayscale: #898989. Windows color (decimal): -4037702 or 12215234. OLE color: 12215234.

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

Color convert

RGB 194 99 186 -
CMYK 0 0.49 0.04 0.24
HSL 305.05º 0.44% 0.57% -
HSV(B) 305.05º 0.49% 0.76% -
XYZ 35.57 23.94 49.2 -
YUV 137.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 194 99 186 0 0.49 0.04 0.24 305.05 0.44 0.57
Hex C2 63 BA 0 31 4 18 131 2C 39
Octal 302 143 272 0 61 4 30 461 54 71
Binary 11000010 1100011 10111010 0 110001 100 11000 100110001 101100 111001

Color Harmonies of #C263BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263BA

Black with #C263BA

Text Example


Text Example

White with #C263BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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