Html Css Color HEX #C463BD Fuchsia

📋 copy color: '#C463BD'

red 196 ◦ green 99 ◦ blue 189

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

Shades of Fuchsia #C463BD

Tints of Fuchsia #C463BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 40.5%
G = 20.45%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C463BD (or 0xC463BD) is known color: Fuchsia. HEX triplet: C4, 63 and BD. RGB value is (196,99,189). Sum of RGB (Red+Green+Blue) = 196+99+189=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C463BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463BD is #3B9C42. Grayscale: #8A8A8A. Windows color (decimal): -3906627 or 12411844. OLE color: 12411844.

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

Color convert

RGB 196 99 189 -
CMYK 0 0.49 0.04 0.23
HSL 304.33º 0.45% 0.58% -
HSV(B) 304.33º 0.49% 0.77% -
XYZ 36.41 24.33 50.92 -
YUV 138.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 196 99 189 0 0.49 0.04 0.23 304.33 0.45 0.58
Hex C4 63 BD 0 31 4 17 130 2D 3A
Octal 304 143 275 0 61 4 27 460 55 72
Binary 11000100 1100011 10111101 0 110001 100 10111 100110000 101101 111010

Color Harmonies of #C463BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463BD

Black with #C463BD

Text Example


Text Example

White with #C463BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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