Html Css Color HEX #C463BE Fuchsia

📋 copy color: '#C463BE'

red 196 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #C463BE

Tints of Fuchsia #C463BE

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 40.41%
G = 20.41%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C463BE (or 0xC463BE) is known color: Fuchsia. HEX triplet: C4, 63 and BE. RGB value is (196,99,190). Sum of RGB (Red+Green+Blue) = 196+99+190=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C463BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463BE is #3B9C41. Grayscale: #8A8A8A. Windows color (decimal): -3906626 or 12477380. OLE color: 12477380.

HSL color Cylindrical-coordinate representation of color #C463BE: hue angle of 303.71º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463BE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 190 -
CMYK 0 0.49 0.03 0.23
HSL 303.71º 0.45% 0.58% -
HSV(B) 303.71º 0.49% 0.77% -
XYZ 36.52 24.38 51.5 -
YUV 138.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 196 99 190 0 0.49 0.03 0.23 303.71 0.45 0.58
Hex C4 63 BE 0 31 3 17 130 2D 3A
Octal 304 143 276 0 61 3 27 460 55 72
Binary 11000100 1100011 10111110 0 110001 11 10111 100110000 101101 111010

Color Harmonies of #C463BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463BE

Black with #C463BE

Text Example


Text Example

White with #C463BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463BE; }

 p { color: rgb(196,99,190); }

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

background-color css

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

 a { background-color: rgb(196,99,190); }

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

border-color css

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

 span { border-color: rgb(196,99,190); }

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