Html Css Color HEX #C463B9 Fuchsia

📋 copy color: '#C463B9'

red 196 ◦ green 99 ◦ blue 185

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

Shades of Fuchsia #C463B9

Tints of Fuchsia #C463B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 40.83%
G = 20.63%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C463B9 (or 0xC463B9) is known color: Fuchsia. HEX triplet: C4, 63 and B9. RGB value is (196,99,185). Sum of RGB (Red+Green+Blue) = 196+99+185=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C463B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463B9 is #3B9C46. Grayscale: #898989. Windows color (decimal): -3906631 or 12149700. OLE color: 12149700.

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

Color convert

RGB 196 99 185 -
CMYK 0 0.49 0.06 0.23
HSL 306.8º 0.45% 0.58% -
HSV(B) 306.8º 0.49% 0.77% -
XYZ 35.98 24.16 48.67 -
YUV 137.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 196 99 185 0 0.49 0.06 0.23 306.8 0.45 0.58
Hex C4 63 B9 0 31 6 17 133 2D 3A
Octal 304 143 271 0 61 6 27 463 55 72
Binary 11000100 1100011 10111001 0 110001 110 10111 100110011 101101 111010

Color Harmonies of #C463B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463B9

Black with #C463B9

Text Example


Text Example

White with #C463B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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