Html Css Color HEX #C464BF Fuchsia

📋 copy color: '#C464BF'

red 196 ◦ green 100 ◦ blue 191

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

Shades of Fuchsia #C464BF

Tints of Fuchsia #C464BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 40.25%
G = 20.53%
B = 39.22%

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

#C464BF (or 0xC464BF) is known color: Fuchsia. HEX triplet: C4, 64 and BF. RGB value is (196,100,191). Sum of RGB (Red+Green+Blue) = 196+100+191=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C464BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464BF is #3B9B40. Grayscale: #8A8A8A. Windows color (decimal): -3906369 or 12543172. OLE color: 12543172.

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

Color convert

RGB 196 100 191 -
CMYK 0 0.49 0.03 0.23
HSL 303.13º 0.45% 0.58% -
HSV(B) 303.13º 0.49% 0.77% -
XYZ 36.73 24.61 52.11 -
YUV 139.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 196 100 191 0 0.49 0.03 0.23 303.13 0.45 0.58
Hex C4 64 BF 0 31 3 17 12F 2D 3A
Octal 304 144 277 0 61 3 27 457 55 72
Binary 11000100 1100100 10111111 0 110001 11 10111 100101111 101101 111010

Color Harmonies of #C464BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464BF

Black with #C464BF

Text Example


Text Example

White with #C464BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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