Html Css Color HEX #C464BE Fuchsia

📋 copy color: '#C464BE'

red 196 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #C464BE

Tints of Fuchsia #C464BE

RGB

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

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

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

R = 40.33%
G = 20.58%
B = 39.09%

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

#C464BE (or 0xC464BE) is known color: Fuchsia. HEX triplet: C4, 64 and BE. RGB value is (196,100,190). Sum of RGB (Red+Green+Blue) = 196+100+190=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C464BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464BE is #3B9B41. Grayscale: #8A8A8A. Windows color (decimal): -3906370 or 12477636. OLE color: 12477636.

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

Color convert

RGB 196 100 190 -
CMYK 0 0.49 0.03 0.23
HSL 303.75º 0.45% 0.58% -
HSV(B) 303.75º 0.49% 0.77% -
XYZ 36.62 24.57 51.53 -
YUV 138.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 196 100 190 0 0.49 0.03 0.23 303.75 0.45 0.58
Hex C4 64 BE 0 31 3 17 130 2D 3A
Octal 304 144 276 0 61 3 27 460 55 72
Binary 11000100 1100100 10111110 0 110001 11 10111 100110000 101101 111010

Color Harmonies of #C464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464BE

Black with #C464BE

Text Example


Text Example

White with #C464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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