#C464BE

Color #C464BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C464BE

Tints of Fuchsia #C464BE

Color information

#C464BE (or 0xC464BE) is unknown color: approx 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

RGB196100190-
CMYK00.490.030.23
HSL303.75º44.86%58.04%-
HSV(B)303.75º48.98%76.86%-
XYZ36.6224.5751.53-
YUV138.96156.8168.68-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610019000.490.030.23303.7544.8658.04
HexC464BE0313171302d3a
Octal3041442760613274605572
Binary1100010011001001011111001100011110111100110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>