Html Css Color HEX #C463BF Fuchsia

📋 copy color: '#C463BF'

red 196 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #C463BF

Tints of Fuchsia #C463BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 40.33%
G = 20.37%
B = 39.3%

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

#C463BF (or 0xC463BF) is known color: Fuchsia. HEX triplet: C4, 63 and BF. RGB value is (196,99,191). Sum of RGB (Red+Green+Blue) = 196+99+191=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C463BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463BF is #3B9C40. Grayscale: #8A8A8A. Windows color (decimal): -3906625 or 12542916. OLE color: 12542916.

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

Color convert

RGB 196 99 191 -
CMYK 0 0.49 0.03 0.23
HSL 303.09º 0.45% 0.58% -
HSV(B) 303.09º 0.49% 0.77% -
XYZ 36.63 24.42 52.07 -
YUV 138.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 196 99 191 0 0.49 0.03 0.23 303.09 0.45 0.58
Hex C4 63 BF 0 31 3 17 12F 2D 3A
Octal 304 143 277 0 61 3 27 457 55 72
Binary 11000100 1100011 10111111 0 110001 11 10111 100101111 101101 111010

Color Harmonies of #C463BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463BF

Black with #C463BF

Text Example


Text Example

White with #C463BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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